Make first controller
This commit is contained in:
parent
96a8556755
commit
b2795163b3
4 changed files with 20 additions and 7 deletions
10
client/js/controllers/mainApp.js
Normal file
10
client/js/controllers/mainApp.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mainApp Controller
|
||||
*/
|
||||
|
||||
|
||||
|
||||
mainApp.controller('mainAppCtrl', function ($scope)
|
||||
{
|
||||
// TODO
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue