Getting server side integration working from ported over Belle POC including temporary custom property editors.

Many files committed will be temporary and will be removed once development between the Belle UI project and this project are merged
and working.
This commit is contained in:
Shannon Deminick
2013-05-27 18:21:07 -10:00
parent 8ab85133bd
commit 7d7ca4530b
27 changed files with 695 additions and 86 deletions

View File

@@ -1,15 +1,15 @@
{
waitSeconds: 120,
paths: {
jquery: '../lib/jquery/jquery-1.8.2.min',
underscore: '../lib/underscore/underscore',
angular: '../lib/angular/angular',
angularResource: '../lib/angular/angular-resource',
statemanager: '../lib/angular/statemanager',
text: '../lib/require/text',
async: '../lib/require/async',
namespaceMgr: '../lib/Umbraco/NamespaceManager',
myApp: '../js/myApp'
jquery: 'lib/jquery/jquery-1.8.2.min',
underscore: 'lib/underscore/underscore-min',
angular: 'lib/angular/angular',
angularResource: 'lib/angular/angular-resource',
statemanager: 'lib/angular/statemanager',
text: 'lib/require/text',
async: 'lib/require/async',
namespaceMgr: 'lib/Umbraco/NamespaceManager',
myApp: 'js/umbraco.app'
},
shim: {
'angular' : {'exports' : 'angular'},