Removing some dud debugging stuff, fiddling with the checkout spec

This commit is contained in:
Will Marshall
2014-02-27 16:11:17 +11:00
parent 19fa7200f3
commit c1cdf3e331
3 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ angular.module("Checkout").controller "CheckoutCtrl", ($scope, $rootScope) ->
$scope.payment_method = -1
$scope.shippingMethodChanged = ->
console.log $("#order_shipping_method_id_" + $scope.shipping_method).attr("data-require-ship-address")
$scope.require_ship_address = $("#order_shipping_method_id_" + $scope.shipping_method).attr("data-require-ship-address")
$scope.purchase = (event)->