Got the legacy editors working and iframe implementation almost done!
This commit is contained in:
@@ -3,6 +3,10 @@ yepnope({
|
||||
load: "##JsInitialize##",
|
||||
|
||||
complete: function () {
|
||||
|
||||
//we need to set the legacy UmbClientMgr path
|
||||
UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
||||
|
||||
jQuery(document).ready(function () {
|
||||
angular.bootstrap(document, ['umbraco']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user