testing downloads 3

This commit is contained in:
David Vierra 2016-08-24 17:32:32 -10:00
parent 429e374169
commit dc6284c47b

View File

@ -4,7 +4,7 @@ var MODEL_URL = 'https://api.github.com/repos/mcedit/mcedit2/releases';
dlApp.controller('DownloadListCtrl', function ($scope, $http) {
$http.get(MODEL_URL).success(function(data) {
$scope.downloadData = data
$scope.downloads = data
})
});