angularUtils
angularUtils copied to clipboard
A place where I will collect useful re-usable Angular components that I make
Hi, i added some classes to the template, to fit with bootstrap4.xx greetings
I'm using dirPagination to populate table, I have set total-items and current-page dynamically from angularJS controller, Aysnchronous call populates data correctly for page 1, but when i click on page...
Hi I am using **dirPagination** directive, i have a problem with passing empy array to it. i have a table and a search field that search results show in table,...
How do I click a page to load and then return the data? If you have demo, the better? thanks
hey man may i ask how do i modify the styling of your beautiful work? Thank man. Fan of your work here.
**Description of issue**: I have hide an tag in page1 .Then I navigate to page2,page3 .Once I came back to page1 the hidden icon is visible. **Steps to reproduce**: **Expected...
range.lower is 1 even when the collection is empty, so when using a custom template it displays 'Showing 1-0 of 0' https://plnkr.co/edit/FHqqsJRVPrp50CAobTld?p=preview
angular.min.js:122 Error: [ngRepeat:dupes] http://errors.angularjs.org/1.6.2/ngRepeat/dupes?p0=pageNumberNaNn%20pages%20track%20by%20tracker(pageNumber%2C%20%24index)&p1=undefined&p2=2
I tried dirpagination to my cordova app and it works fine for a small amount of data. but i will be loading a thousand of rows.. and its laggy.. im...