15 lines
327 B
JavaScript
15 lines
327 B
JavaScript
yepnope({
|
|
|
|
load: "##JsInitialize##",
|
|
|
|
complete: function () {
|
|
|
|
//we need to set the legacy UmbClientMgr path
|
|
UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
|
|
|
jQuery(document).ready(function () {
|
|
angular.bootstrap(document, ['umbraco']);
|
|
});
|
|
|
|
}
|
|
}); |