0
votes

Is there documentation that describes the bindable attribute of the a template element

<template bindable="router">

I did not find anything in aurelia.io.

1

1 Answers

4
votes

When using bindable attributes in a template, it's because you're creating an HTML only custom element. From the docs.