Error Correction

This commit is contained in:
Eole 2016-04-27 19:17:15 +02:00
parent cc6f0008e3
commit d88851c8a6
2 changed files with 48 additions and 47 deletions

View file

@ -5,6 +5,7 @@
*/
mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity','$rootScope', function ($scope, Image, Loading, Identity, $rootScope)
{
console.log("test");
// Update view
var callMeAfterGetImage = function () {
$scope.images = Image.getData().images;