Solves the caching and multi-load of the same file problems - adds a bit of promise-based loading logic ontop of ll.js to ensure order and count
8 lines
260 B
JavaScript
8 lines
260 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']);
|
|
});
|
|
}); |