Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CeibalEncuestaWeb/webapp/app/js/controllers.js
diff options
context:
space:
mode:
Diffstat (limited to 'CeibalEncuestaWeb/webapp/app/js/controllers.js')
-rw-r--r--CeibalEncuestaWeb/webapp/app/js/controllers.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/CeibalEncuestaWeb/webapp/app/js/controllers.js b/CeibalEncuestaWeb/webapp/app/js/controllers.js
new file mode 100644
index 0000000..cc9d305
--- /dev/null
+++ b/CeibalEncuestaWeb/webapp/app/js/controllers.js
@@ -0,0 +1,11 @@
+'use strict';
+
+/* Controllers */
+
+angular.module('myApp.controllers', []).
+ controller('MyCtrl1', [function() {
+
+ }])
+ .controller('MyCtrl2', [function() {
+
+ }]); \ No newline at end of file