Skip to content

Instantly share code, notes, and snippets.

@arashbehmand
Last active March 11, 2020 11:19
Show Gist options
  • Save arashbehmand/e34a008ff30cd8263e8a51f7d94fe4e6 to your computer and use it in GitHub Desktop.
Save arashbehmand/e34a008ff30cd8263e8a51f7d94fe4e6 to your computer and use it in GitHub Desktop.

Revisions

  1. arashbehmand revised this gist Mar 11, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion snippet.js
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    $(".ng-scope .paragraph").each(function(){
    var S = angular.element($(this)).scope()
    S.changeFontSize(S.paragraph,12);
    })
    S.showLineNumbers(S.paragraph);
    });
  2. arashbehmand revised this gist Mar 10, 2020. No changes.
  3. arashbehmand created this gist Mar 10, 2020.
    4 changes: 4 additions & 0 deletions snippet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    $(".ng-scope .paragraph").each(function(){
    var S = angular.element($(this)).scope()
    S.changeFontSize(S.paragraph,12);
    })