Created
February 6, 2015 04:14
-
-
Save KamilLelonek/53f75091e493329fcd0b to your computer and use it in GitHub Desktop.
Creating objects in CoffeeScript - part1[usage]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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