aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 110 forks source link

Suggest disabled binding on Todo tutorial #367

Open 3cp opened 5 years ago

3cp commented 5 years ago

Hi @EisenbergEffect, when you redo the todo tutorial, how about add a disabled binding to the button?

<button type="submit" disabled.bind="!todoDescription">Add Todo</button>
avrahamcool commented 5 years ago

I think this issue can be closed, based on the codesandbox on the aurelia.io main page.

3cp commented 5 years ago

I added that in codesandbox, but the tutorial has to be updated. @EisenbergEffect planed to rewrite the tutorial using codesandbox setup.