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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue