by Ossi Hanhinen, @ohanhi
with the support of Futurice 💚.
Licensed under CC BY 4.0.
| fif() { | |
| rg \ | |
| --column \ | |
| --line-number \ | |
| --no-column \ | |
| --no-heading \ | |
| --fixed-strings \ | |
| --ignore-case \ | |
| --hidden \ | |
| --follow \ |
| Process: idea [61601] | |
| Path: /Applications/IntelliJ IDEA 14.app/Contents/MacOS/idea | |
| Identifier: com.jetbrains.intellij | |
| Version: 14.1 (IU-141.177.4) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: idea [61601] | |
| User ID: 501 | |
| Date/Time: 2015-05-08 17:07:21.695 -0500 |
| if (jerry) { alert("already added ngHelpers"); } // | |
| var jerry = (function(){ | |
| var count = 0; | |
| var unregisterDigestWatch = function() {}; // init empty | |
| function registerDigestWatch(scope) { | |
| scope = scope || angular.element(document).scope(); | |
| unregisterDigestWatch = scope.$watch(function() { | |
| var c = count++; |