importing more stuff from Belle proj
This commit is contained in:
13
src/Umbraco.Web/UI/JavaScript/Main.js
Normal file
13
src/Umbraco.Web/UI/JavaScript/Main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
require.config("##RequireJsConfig##");
|
||||
|
||||
require("##RequireJsInitialize##", function (angular, myApp) {
|
||||
|
||||
//This function will be called when all the dependencies
|
||||
//listed above are loaded. Note that this function could
|
||||
//be called before the page is loaded.
|
||||
//This callback is optional.
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
angular.bootstrap(document, ['myApp']);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user