Focusing on the first form field

This commit is contained in:
Will Marshall
2014-04-11 13:41:43 +10:00
parent 96913ad922
commit 5268938d49

View File

@@ -27,9 +27,10 @@ Darkswarm.controller "CheckoutCtrl", ($scope, $rootScope, order, $location, $anc
checkout.submit()
$scope.scrollTo = (name)->
#$scope.userOpen = false
$("#order_email").focus()
$location.hash(name);
$anchorScroll();
$scope.userOpen = false
$scope.initialize()