Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created February 6, 2015 04:14
Show Gist options
  • Save KamilLelonek/53f75091e493329fcd0b to your computer and use it in GitHub Desktop.
Save KamilLelonek/53f75091e493329fcd0b to your computer and use it in GitHub Desktop.
Creating objects in CoffeeScript - part1[usage]
@OrderService.sendOrder new OrderForm(
@$scope.type
@$scope.frequencyNumber
@$scope.frequencyPeriod
@$scope.name
@$scope.mail
@$scope.company
@$scope.cvr
@$scope.phone
@$scope.address
@products
@$scope.message
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment