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
I had to use my own filters on my site before ng-tasty. After ng-tasty I had decide to save them. My demand is to call updateServerSideResource right from controller (on keyup event of my filter for example). Right now my solution is $scope.upd = updateServerSideResource right into library source code. And in my controller I do
I had to use my own filters on my site before ng-tasty. After ng-tasty I had decide to save them. My demand is to call updateServerSideResource right from controller (on keyup event of my filter for example). Right now my solution is $scope.upd = updateServerSideResource right into library source code. And in my controller I do
This is my wish :)