Starting to add inline validation and behaviour to checkout

This commit is contained in:
Will Marshall
2014-04-08 17:52:54 +10:00
parent 9f60f6dab3
commit d2c5c6dcaf
7 changed files with 82 additions and 34 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.userpanel).toEqual true
expect(scope.user).toEqual true