Skip to content

Commit

Permalink
Rebase cleanu up
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Feb 2, 2018
1 parent 26b6698 commit f450f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/core/navigation/navigation-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function NavigationController (Text, Navigation, Session, API_BASE, Shopp
const currentLanguage = Language.chosen.code
if (!lodash.isEqual(vm.language, currentLanguage)) {
vm.language = lodash.cloneDeep(currentLanguage)
setupNavigation()
vm.items = Navigation.init()
}
}
const destroyNotifications = $scope.$watch(
Expand Down

0 comments on commit f450f6e

Please sign in to comment.