Update Umbraco to 7.12.2
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
var app = angular.module('umbraco', [
|
||||
'umbraco.filters',
|
||||
'umbraco.directives',
|
||||
'umbraco.resources',
|
||||
'umbraco.services',
|
||||
'umbraco.httpbackend',
|
||||
'ngCookies',
|
||||
'ngMobile',
|
||||
'ngSanitize',
|
||||
'tmh.dynamicLocale'
|
||||
]);
|
||||
|
||||
/* For Angular 1.4: we need to load in Route, animate and touch seperately
|
||||
'ngRoute',
|
||||
'ngAnimate',
|
||||
'ngTouch'
|
||||
*/
|
||||
Reference in New Issue
Block a user