floydwch

Results 36 comments of floydwch

@mvindahl Good insight! It's nice to see your PR :)

It seems you not import the [underscore](http://underscorejs.org/) or [lodash](https://lodash.com/) first.

I've added `bower.json` without testing, would you mind to test it? And since considering `Lo-Dash`, the decision of `underscore` or `Lo-Dash` as the infrastructure is remained with users, i.e., you...

@fraserxu Because `Lo-Dash` is as a drop-in replacement for `underscore`, if include `underscore` directly in this package, one can't have other choice for consideration, so leave it for users might...

@tomaszkrym I added the tag v0.5.0, could you mind to test for it?

Do you mean https://github.com/floydsoft/angular-underscore#load-api-only ?

@chovy @sandro-csimas @ScreenDriver : Oops, I finally found that I forgot adding document of how to access the underscore utilities from controller, in the current version, the utilities is bound...

@jarcoal PR is welcome!

The definition of filter in angular is not equivalent to traditional functional programming, it's a way to transform the data representation from view model to the user view. Assume there...

Suggest you to take a look at http://docs.angularjs.org/api/ng/filter/filter Also, the underscore considers that filter operator is of collection(including object, it'll transmute object into array of object's values).