summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]client/js/controllers/image/image.js1
-rwxr-xr-xclient/partials/home/home.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/client/js/controllers/image/image.js b/client/js/controllers/image/image.js
index d0578d7..28aeb55 100644..100755
--- a/client/js/controllers/image/image.js
+++ b/client/js/controllers/image/image.js
@@ -5,7 +5,6 @@
*/
mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity', function ($scope, Image, Loading, Identity)
{
-
// Update view
var callMeAfterGetImage = function () {
$scope.images = Image.getData().images;
diff --git a/client/partials/home/home.html b/client/partials/home/home.html
index 1a6717d..8956e86 100755
--- a/client/partials/home/home.html
+++ b/client/partials/home/home.html
@@ -1,4 +1,4 @@
-<div class="panel panel-default">
+<div class="panel panel-default" ng-controller="homeCtrl">
<div class="panel-heading">
Home
</div>