oops
This commit is contained in:
parent
9248773e4a
commit
e00fe73797
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ button, div, form, h3, input, option, select } = React.DOM
|
{ button, div, form, h3, input, option, select } = React.DOM
|
||||||
|
window = @window
|
||||||
|
|
||||||
Action = React.createFactory React.createClass
|
Action = React.createFactory React.createClass
|
||||||
buttonClass: (b) ->
|
buttonClass: (b) ->
|
||||||
|
@ -184,7 +185,7 @@ Step = React.createFactory React.createClass
|
||||||
|
|
||||||
div id: 'transaction-form',
|
div id: 'transaction-form',
|
||||||
h3 null, 'Transfer some money'
|
h3 null, 'Transfer some money'
|
||||||
form ref: 'form', action: "#{@window.base_url}/transactions", acceptCharset: 'UTF-8', method: 'post',
|
form ref: 'form', action: "#{window.base_url}/transactions", acceptCharset: 'UTF-8', method: 'post',
|
||||||
Step step: 1, title: 'What do you want to do?',
|
Step step: 1, title: 'What do you want to do?',
|
||||||
Action giving: giving, setAction: @setAction
|
Action giving: giving, setAction: @setAction
|
||||||
if step >= 2
|
if step >= 2
|
||||||
|
|
Loading…
Reference in a new issue