Implementation of graph in final version
This commit is contained in:
parent
49f416dc50
commit
49b4b20a1e
2 changed files with 1 additions and 2 deletions
1
client/js/controllers/image/image.js
Normal file → Executable file
1
client/js/controllers/image/image.js
Normal file → Executable file
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel panel-default" ng-controller="homeCtrl">
|
||||
<div class="panel-heading">
|
||||
Home
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue