winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

Two-way-databinding doesn't work for win-toolbar-command attributes #96

Open silkimen opened 8 years ago

silkimen commented 8 years ago

Two-way-databinding doesn't seem to work on toolbar command attributes. I made a fiddle. I'm using the toolbar directive with toolbar commands configured as "toggle" buttons. The "selected" attribute is bound to a boolean on the scope. But changing the buttons selection state doesn't update my boolean.