pepper
pepper copied to clipboard
@actions should not be a regex
The renderer uses a regexp to find events like @click, but that's problematic if it matches the wrong thing. It should provide the known events/bindings to the template as a function like:
<button {{onClick "AddOne"}}>