creating basic controllers
This commit is contained in:
parent
7e34253495
commit
7bef363585
9 changed files with 100 additions and 30 deletions
6
js/controllers/send.js
Normal file
6
js/controllers/send.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('cosign.send').controller('SendController',
|
||||
function($scope, $rootScope, $location) {
|
||||
$scope.title = 'Send';
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue