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:
@@ -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'
|
||||
]
|
||||
Reference in New Issue
Block a user