Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/cart_dropdown_controller.js.coffee

7 lines
199 B
CoffeeScript

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