Log deleted
This commit is contained in:
parent
d88851c8a6
commit
70cd5daaf1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity','$rootScope', function ($scope, Image, Loading, Identity, $rootScope)
|
mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity','$rootScope', function ($scope, Image, Loading, Identity, $rootScope)
|
||||||
{
|
{
|
||||||
console.log("test");
|
|
||||||
// Update view
|
// Update view
|
||||||
var callMeAfterGetImage = function () {
|
var callMeAfterGetImage = function () {
|
||||||
$scope.images = Image.getData().images;
|
$scope.images = Image.getData().images;
|
||||||
|
|
Loading…
Add table
Reference in a new issue