Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4e6c7d65
authored
Jan 06, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://scm.ujaen.es/softuno/pictogram
parents
ff255396
3a7355df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sails/src/assets/app/js/controllers/controllers.js
sails/src/assets/app/js/controllers/controllers.js
View file @
4e6c7d65
...
@@ -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'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment