aonawale / ember-material-components

Google's Material Design Components for Ember JS apps
https://aonawale.github.io/ember-material-components
MIT License
2 stars 1 forks source link

Temporary Drawer Demo - button code not shown #7

Open MrChriZ opened 6 years ago

MrChriZ commented 6 years ago

https://aonawale.github.io/ember-material-components/#/drawer

In the above code there is no sample code for the button 'SHOW TEMPORARY DRAWER'

MrChriZ commented 6 years ago

The code can be found here: https://github.com/aonawale/ember-material-components/blob/master/tests/dummy/app/templates/drawer.hbs

{{#mdc-button click=(action (mut temporaryDrawerOpened) true)}}SHOW TEMPORARY DRAWER{{/mdc-button}}