I have a filter
attribute in my controller which I want to bind to the corresponding DOM element.
So far, I am able to display filter
value, doing:
%input type="text" value=filter
But what I want is to reflect input changes back to filter
, with a bidirectional binding...
Any clue?