You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
thanks for great stuff man,
i have issue when using your directive. in my case, i have 776 row in total, see below
and when i change page with > button, data cannot show after 140 datas, see below
and here my controller
`app.controller('ADUsersCtrl', function(GlobalFactory,$timeout,$scope,$mdDialog,$filter){
'use strict';
$scope.pageSize = 10;
$scope.currentPage = 1;
$scope.sort = function(keyname){
$scope.sortKey = keyname;
$scope.reverse = !$scope.reverse;
};
may i wrong with my code, because any log or error show.
sorry for my bad english
ikw
The text was updated successfully, but these errors were encountered: