angular-underscore
angular-underscore copied to clipboard
Underscore adapter for AngularJS
The three functions share the common trait that they use the native setTimeout function. In angular, it's best practise to use $timeout instead. It offers the same signature, and on...
I get TypeError: $scope._ is not a function ``` console.log('_', _); defined console.log('$window._', $window._); defined console.log('$scope._',$scope._); undefined ``` angular-underscore 0.5.0
Methods which are added in to scope are not defined inside isolated scope. I previously had noticed some weird behaviour in "isSomething" methods, but now I was able to point...
This fixes issues with wiredep dependency load order. Right now, underscore and angular will sometimes be loaded AFTER this module which results in a reference error and breaks the app...
Hello, You are registring the filters in the underscore, the filters and the specific filter (per name) module. This means a filter with the same name is registered 3 times....
copy-paste of your example: http://plnkr.co/edit/Rr7WBeiwHbCSeQFZ7l19
when i import angular-underscore.js file and inject to angular module, it will have a error like this: Uncaught ReferenceError: _ is not defined in angular-underscore.js line 157. have any suggestion?
I fixed the groupBy error, and also added a small system simply edit or extend underscore functions cleanly
I've been using this in my project, but we are using `bower` as the package manager. Have you consider to make it installable through bower? BTW, in order to use...