Look at this Fiddle, what do I have to change, that the expressions in the template get evaluated using the arguments I defined in the HTML? The SAVE-button should call the
Just a quick note that you dont need the wrapping function save. Just call this in the template:
'SAVE
That transposes the function call and passes the parameters as expected.
This simplifies code and makes it a lot easier to read.