Implementation of graph in final version

This commit is contained in:
Eole 2016-04-27 16:46:50 +02:00
parent 49f416dc50
commit 49b4b20a1e
2 changed files with 1 additions and 2 deletions

1
client/js/controllers/image/image.js Normal file → Executable file
View file

@ -5,7 +5,6 @@
*/ */
mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity', function ($scope, Image, Loading, Identity) mainApp.controller('imageCtrl', ['$scope', 'Image', 'Loading', 'Identity', function ($scope, Image, Loading, Identity)
{ {
// Update view // Update view
var callMeAfterGetImage = function () { var callMeAfterGetImage = function () {
$scope.images = Image.getData().images; $scope.images = Image.getData().images;

View file

@ -1,4 +1,4 @@
<div class="panel panel-default"> <div class="panel panel-default" ng-controller="homeCtrl">
<div class="panel-heading"> <div class="panel-heading">
Home Home
</div> </div>