Skip to content

Commit fcb7fe5

Browse files
committed
MAGETWO-35153: Js error when going back to "Customize Your Store"
- adding ngSanitize as dependent module
1 parent 81e04ef commit fcb7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/pub/magento/setup/customize-your-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
'use strict';
7-
angular.module('customize-your-store', ['ngStorage'])
7+
angular.module('customize-your-store', ['ngStorage', 'ngSanitize'])
88
.controller('customizeYourStoreController', ['$scope', '$localStorage' , '$state', '$http', '$sce', function ($scope, $localStorage, $state, $http, $sce) {
99
$scope.store = {
1010
timezone: 'America/Los_Angeles',

0 commit comments

Comments
 (0)