javascript - Issue with data table in Angular js when using $apply for invoke watcher -
i working on angular data table , getting issue related $scope variable data not updating on ui after assign second api, used $apply invoke watcher , ui updated proper angular data table started behave wired, when click column sorting table blank , showing old assigned data of first api on ui.
below screen shot include method calling on api success response , changing $scope.records value.
can 1 how can resolve or should move on ng-table.
Comments
Post a Comment