Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/cart_dropdown_controller.js.coffee
2020-06-18 22:21:54 +02:00

6 lines
172 B
CoffeeScript

Darkswarm.controller "CartDropdownCtrl", ($scope) ->
$scope.showCartSidebar = false
$scope.toggleCartSidebar = ->
$scope.showCartSidebar = !$scope.showCartSidebar