frandiox / OnsenUI-Todo-App

Onsen UI 2.0 To-Do sample application implemented in Vanilla JavaScript.
MIT License
100 stars 74 forks source link

The Splitter is incorrectly tagged #2

Closed nagad814 closed 8 years ago

nagad814 commented 8 years ago

The Splitter id should be given in ons-splitter-side, only then the side menu would work.

frandiox commented 8 years ago

@nagad814 Isn't the side menu working already? The only place where I use the id is here: document.querySelector('#mySplitter').left.toggle();. The left property is accessing the left ons-splitter-side so there is no problem with that.