All Questions
2 questions
1
vote
0
answers
40
views
How to use ui-bootstrap-paginagion in AngularJS directive
I create a directive to show data in table. I want to add pagination to this. I use it like:
app.directive('myTable', function ($compile) {
return {
restrict: 'E',
link: function (...
0
votes
2
answers
3k
views
bind custom ng-repeat pagination with Controller
I am creating custom Pagination using ng-repeat but the problem is that i want to bind the pagination to the controller...so that when i click on pagination button it should show that content in the ...