diff options
Diffstat (limited to 'doc/js/controllers/main.js')
-rw-r--r-- | doc/js/controllers/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/js/controllers/main.js b/doc/js/controllers/main.js new file mode 100644 index 0000000..368091e --- /dev/null +++ b/doc/js/controllers/main.js @@ -0,0 +1,3 @@ +myApp.controller( 'main' , [ '$scope' , function ($scope) { + console.log( 'hola!' ); +}]); |