refactored out the usage of "ui.showContextMenu" with the usage of appState. Added a new init.js instead of having the startup scripts embedded in the routes file (we should make a 'startup' naming convention like we have for 'controllers' to combine into one file)

This commit is contained in:
Shannon
2013-11-13 16:16:11 +11:00
parent ad7edf0d52
commit ba72991929
11 changed files with 88 additions and 46 deletions

View File

@@ -35,5 +35,6 @@
'js/umbraco.services.js',
'js/umbraco.security.js',
'js/umbraco.controllers.js',
'js/routes.js'
'js/routes.js',
'js/init.js'
]