changed default location of prop editor views to not be in the 'umbraco' folder (not needed)
This commit is contained in:
16
src/Umbraco.Web.UI/umbraco/js/app_dev.js
Normal file
16
src/Umbraco.Web.UI/umbraco/js/app_dev.js
Normal 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;
|
||||
});
|
||||
Reference in New Issue
Block a user