There is some function in angular 1.6 to know the number of records that the json brings, I want to know from my controller, I have used
$scope.count = Object.keys($scope.data).length ; but throws me 2, when my json brings 8 records, also...
asked by
21.04.2017 / 00:59