A tasty collection of reusable UI components for Angular, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range / Camelize / Slugify filters
MIT License
435
stars
64
forks
source link
I have been using this for a few month but am going to stop using it #200
Hi there,
Thanks for programming this, it has been useful, but a few things make it really difficult to use, and thus I am going to try smart-table instead.
What I don't like about this module is that in order to populate the table, you have to use bind-resource="somefunction()".
Then the"somefunction" needs to accept to magic parameters as so: var somefunction = function(params,paramsObj){}
the params holds page and count.
This seams weird, and makes the table not so flexible...