Last active
February 22, 2018 23:30
-
-
Save theredpea/d63fb8504b5bc563e0083af4e505e4f3 to your computer and use it in GitHub Desktop.
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 characters
| //$animate service | |
| //so noanimate turns $animate service off; | |
| //where is $animate defined? | |
| //oh the angular $animate service: https://docs.angularjs.org/api/ng/service/$animate | |
| function s(t, n) { | |
| n.hasOption("noanimate") && e.getService("$animate").enabled(!1), | |
| n.lang && t.setLanguage(n.lang), | |
| n.theme && t.theme.apply(n.theme) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment