Last active
March 11, 2020 11:19
-
-
Save arashbehmand/e34a008ff30cd8263e8a51f7d94fe4e6 to your computer and use it in GitHub Desktop.
Revisions
-
arashbehmand revised this gist
Mar 11, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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); }); -
arashbehmand revised this gist
Mar 10, 2020 . No changes.There are no files selected for viewing
-
arashbehmand created this gist
Mar 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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); })