template-lint icon indicating copy to clipboard operation
template-lint copied to clipboard

check route-href attribute

Open atsu85 opened this issue 8 years ago • 0 comments

Given template with

...
<a route-href="route: client; params.bind: { id: client.id }">go...</a>
...

should check:

  • [ ] that route-href attribute contains route argument
  • [ ] if it contains some other argument in addition to route, it should be params
  • [ ] check param values (presence of client and that it has id property)

atsu85 avatar Sep 16 '16 12:09 atsu85