Adding first and last name read-only fields to credit card

This commit is contained in:
Will Marshall
2014-06-06 14:28:33 +10:00
parent 57102f714e
commit 2545b06b2d
2 changed files with 11 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Darkswarm.directive "ofnEmptiesCart", (CurrentHub, CurrentOrder, Navigation, sto
elm.bind 'click', (ev)->
ev.preventDefault()
if confirm "Are you sure? This will change your selected Hub and remove any items in you shopping cart."
storage.clearAll()
storage.clearAll() # One day this will have to be moar GRANULAR
Navigation.go scope.hub.path
else
scope.action = attr.shop