Patching local storage; authentication actions

This commit is contained in:
Will Marshall
2014-04-08 15:05:39 +10:00
parent a4cba99de6
commit 8495c13063
10 changed files with 34 additions and 55 deletions

View File

@@ -11,4 +11,4 @@ describe "CheckoutCtrl", ->
ctrl = $controller 'CheckoutCtrl', {$scope: scope, Order: order}
it "defaults the user accordion to visible", ->
expect(scope.user).toEqual true
expect(scope.userpanel).toEqual true