mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-14 04:04:23 +00:00
Starting to rework checkout Login links
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
window.MenuCtrl = Darkswarm.controller "MenuCtrl", ($scope, Navigation) ->
|
||||
window.AuthenticationActionsCtrl = Darkswarm.controller "AuthenticationActionsCtrl", ($scope, Navigation) ->
|
||||
|
||||
$scope.toggleLogin = ->
|
||||
Navigation.navigate "/login"
|
||||
@@ -2,7 +2,7 @@ Darkswarm.controller "CheckoutCtrl", ($scope, $rootScope, Order, storage) ->
|
||||
$scope.order = $scope.Order = Order
|
||||
|
||||
# Binding accordion panel states to local storage
|
||||
storage.bind $scope, "user"
|
||||
storage.bind $scope, "user", { defaultValue: true }
|
||||
storage.bind $scope, "details"
|
||||
storage.bind $scope, "billing"
|
||||
storage.bind $scope, "shipping"
|
||||
|
||||
Reference in New Issue
Block a user