Error Correction
This commit is contained in:
parent
cc6f0008e3
commit
d88851c8a6
2 changed files with 48 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue