Log deleted

This commit is contained in:
Eole 2016-04-27 19:18:34 +02:00
parent d88851c8a6
commit 70cd5daaf1

View file

@ -5,7 +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;