Create Cart sidebar and controller

This commit is contained in:
Matt-Yorkley
2020-05-21 10:52:13 +02:00
parent 7290d68687
commit 85abfd2056
5 changed files with 220 additions and 207 deletions

View File

@@ -0,0 +1,5 @@
Darkswarm.controller "CartDropdownCtrl", ($scope) ->
$scope.showCartSidebar = false
$scope.toggleCartSidebar = ->
$scope.showCartSidebar = !$scope.showCartSidebar