Files
Umbraco-CMS/src/Umbraco.Web/UI/JavaScript/Main.js
2015-04-01 13:41:33 +11:00

10 lines
264 B
JavaScript

LazyLoad.js("##JsInitialize##", function () {
//we need to set the legacy UmbClientMgr path
UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
jQuery(document).ready(function () {
angular.bootstrap(document, ['umbraco']);
});
});