Skip to content

Commit

Permalink
MAGETWO-32026: [GitHub] Invalid backend frontname During Installation #…
Browse files Browse the repository at this point in the history
…823

- Solved the stated problem.
  • Loading branch information
Safwan Khan authored and eddielau committed Jan 9, 2015
1 parent 4802950 commit 852f4aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup/pub/magento/setup/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
'use strict';
var main = angular.module('main', ['ngStorage']);
main.controller('navigationController', ['$scope', '$state', '$rootScope', 'navigationService', '$localStorage', function ($scope, $state, $rootScope, navigationService, $localStorage) {
$localStorage.$reset();
navigationService.load();
$rootScope.isMenuEnabled = true;
$scope.itemStatus = function (order) {
Expand Down

0 comments on commit 852f4aa

Please sign in to comment.