Add image view, controller.
This commit is contained in:
parent
9b36459eb8
commit
96094547dd
7 changed files with 26 additions and 3 deletions
9
client/js/controllers/image/image.js
Normal file
9
client/js/controllers/image/image.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* The image controller
|
||||
*
|
||||
* @param {$scope} $scope The $scope service from angular
|
||||
*/
|
||||
mainApp.controller('imageCtrl', function ($scope)
|
||||
{
|
||||
$scope.title="Test";
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue