added the initial header controller
This commit is contained in:
parent
37f8ab3ab4
commit
4503caadd6
4 changed files with 52 additions and 7 deletions
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
angular.module('cosign',[
|
||||
'ngRoute',
|
||||
'ui.bootstrap'
|
||||
'ui.bootstrap',
|
||||
'cosign.header'
|
||||
]);
|
||||
|
||||
angular.module('cosign.header', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue