Got the legacy editors working and iframe implementation almost done!

This commit is contained in:
Shannon
2013-06-25 08:54:36 +10:00
parent 5af8e86e3b
commit 39d7676bee
25 changed files with 783 additions and 365 deletions

View File

@@ -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']);
});