Further comments on controllers.js

parent 272d70f2
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
Pictogram follows a Hierarchical MVC pattern (the old PAC pattern) Pictogram follows a Hierarchical MVC pattern (the old PAC pattern)
We have a main controller (see main.js) and then others that are associated to We have a main controller (see main.js) and then others that are associated to
different headers (by means of AngularJS directives) different headers (by means of AngularJS directives)
Here we are just defining those directives
*/ */
var dashboardControllers = angular.module('dashboardControllers', ['dashboardConfig']); var dashboardControllers = angular.module('dashboardControllers', ['dashboardConfig']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment