mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
5 lines
145 B
CoffeeScript
5 lines
145 B
CoffeeScript
angular.module("Checkout").controller "SummaryCtrl", ($scope) ->
|
|
$scope.purchase = (event)->
|
|
event.preventDefault()
|
|
console.log "test"
|