<pagination ng-if="list.length > 0" total-items="totalItems" ng-model="currentPage" max-size="10" class="pagination-sm m-t-none m-b" boundary-links="true" ng-change="pageChanged(currentPage)" ></pagination>
scope.pageChanged = function(currentPage) {
scope.currentPage = currentPage;
}