Go to Next page when a separate button from pagination?-Twitter bootstrap
How do I go to next page when a button "Press me" is pressed? Here is my code: <!doctype html> <html ng-app="plunker"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.js"></script> <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.3.0.js"></script> <script src="example.js"></script> <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet"> </head> <body> <div ng-controller="PaginationDemoCtrl"> <pagination num-pages="noOfPages" current-page="currentPage" max-size="maxSize"></pagination>…