What is wrong in angularjs controller
问题 I have to add list as a category this is not working properly. I added PlaylistsCtrl.js, playlists.html file and my php json file below this question. PlaylistsCtrl.js .controller('PlaylistsCtrl', function($scope,$http) { var vm = this; vm.playlists = {}; $http.get("http://localhost/youtubewebservice/shop-categorylist-product.php") .success(function(response) { vm.playlists = response.records; }); }) playlists.html <ion-view view-title="playlists"> <ion-content> <ion-list> <ion-item ng-repeat