Sanjib Pramanick

Results 1 issues of Sanjib Pramanick

Integration with angular-1.6.4 give the following error. Here is the HTML, ``` ``` And, here is the JS, ``` WebServices._get(ConstantService.GET_ALL_SERVER).then(function(value) { $scope.serverList = value.data; console.log($scope.serverList); $scope.config = { itemsPerPage: 2,...