changed default location of prop editor views to not be in the 'umbraco' folder (not needed)

This commit is contained in:
Shannon
2013-06-18 18:44:33 +10:00
parent 895ff65585
commit 9720717076
37 changed files with 1243 additions and 1227 deletions

View File

@@ -0,0 +1,16 @@
/*! umbraco - v0.0.1-SNAPSHOT - 2013-06-18
* http://umbraco.github.io/Belle
* Copyright (c) 2013 Per Ploug, Anders Stenteberg & Shannon Deminick;
* Licensed MIT
*/
'use strict';
define(['angular'], function (angular) {
var app = angular.module('umbraco', [
'umbraco.filters',
'umbraco.directives',
'umbraco.mocks.resources',
'umbraco.services'
]);
return app;
});