Merge branch 'master' into loic

This commit is contained in:
root 2016-05-04 19:46:53 +02:00
commit 4b978d4584
107 changed files with 23935 additions and 1 deletions

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;