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