ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

positionalParams don't seem to work #49

Closed cottrellio closed 5 years ago

cottrellio commented 5 years ago

Here's an example {{#link-to "posts" 3}}3rd Post{{/link-to}} => <LinkTo "posts" 3>3rd Post</LinkTo>

I get the error:

Syntax error at line xx col xx: " is not a valid character within attribute names

I'm probably just a noob, but how do I go about handling these situations? :D

rwjblue commented 5 years ago

Sorry you ran into issues here! Positional params are intentionally not supported in angle bracket invocation...

cottrellio commented 5 years ago

Thanks @rwjblue We can close this issue