2014-04-29 11:38:13 +02:00
|
|
|
LazyLoad.js("##JsInitialize##", function () {
|
|
|
|
|
//we need to set the legacy UmbClientMgr path
|
|
|
|
|
UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
2013-06-25 08:54:36 +10:00
|
|
|
|
2014-04-29 11:38:13 +02:00
|
|
|
jQuery(document).ready(function () {
|
2015-02-20 14:17:28 +01:00
|
|
|
|
2014-04-29 11:38:13 +02:00
|
|
|
angular.bootstrap(document, ['umbraco']);
|
2015-02-20 14:17:28 +01:00
|
|
|
|
2014-04-29 11:38:13 +02:00
|
|
|
});
|
2013-05-23 22:15:52 -10:00
|
|
|
});
|