Starting a basic implementation of the Cart/CurrentOrder so we know whether it's empty

This commit is contained in:
Will Marshall
2014-05-30 15:52:20 +10:00
parent 7abfb2f936
commit 13c6ce6786
8 changed files with 33 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
Darkswarm.controller "CartCtrl", ($scope, CurrentOrder) ->
$scope.CurrentOrder = CurrentOrder