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
I'm using angular 1.4.8 and using select all rising infinite loop digest on angular ng-repeat $scope.loadData = function () { $scope.db.selectAll("model").then(function (results) { $scope.data = results.rows; }); };