winjs / angular-winjs

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

Tool Bar Command 'selected' property not binding. #101

Open yesitspeter opened 8 years ago

yesitspeter commented 8 years ago

I have a toggle toolbar command in a toolbar.

<win-tool-bar-command selected="zoomedIn" type="'toggle'" label="'Zoom'" icon="'zoomin'" > </win-tool-bar-command>

The selected attribute is not binding when set. I can get the winControl of the tool bar command and see that selected changes. However the scope property bound to it does not.