angular-lodash
angular-lodash copied to clipboard
Lo-Dash adapter for AngularJS
Hi, I was trying to install via bower but I'm receiving the next error message: ``` $ bower i --save angular-lodash bower angular-lodash#* cached git://github.com/cabrel/angular-lodash.git#0.1.2 bower angular-lodash#* validate 0.1.2 against...
in angular 1.2.x, when using a construct like ` ` ...the comparator will be ignored...this should be fixed or be described somewhere
Tweaks for lodash 4.x updates
Hi Cabrel, Thanks for the effort in putting library to make it easy to use in Angular. Lodash is continuously improving, we upgrade when required. This library should be a...
Hi, It would be nice if you could also add '_' service as well. Even though lodash functions are available in $scope it would be nicer to have '_' service...
Hi, Due to the fact _.filter proxies to angular's built in filter, using _.filter on an object doesn't work correctly. I expect the second parameter to be the object key,...