testing downloads 3
This commit is contained in:
parent
429e374169
commit
dc6284c47b
@ -4,7 +4,7 @@ var MODEL_URL = 'https://api.github.com/repos/mcedit/mcedit2/releases';
|
|||||||
|
|
||||||
dlApp.controller('DownloadListCtrl', function ($scope, $http) {
|
dlApp.controller('DownloadListCtrl', function ($scope, $http) {
|
||||||
$http.get(MODEL_URL).success(function(data) {
|
$http.get(MODEL_URL).success(function(data) {
|
||||||
$scope.downloadData = data
|
$scope.downloads = data
|
||||||
})
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user