diff --git a/www/js/app.js b/www/js/app.js index 62255d0..89ba807 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -106,7 +106,7 @@ angular.module('starter', ['ionic']) $scope.doRefresh =function() { $http.get('js/data.json').success(function(data) { - $scope.artists = data; + $scope.artists = data.artists; $scope.$broadcast('scroll.refreshComplete'); }); }