You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'setTranslateX' of undefined
<ion-side-menus><ion-side-menuside="left" expose-aside-when="large"><ion-header-barclass="bar-balanced"><h1class="title isban"><span>myIsban</span></h1></ion-header-bar><ion-content><ion-listclass="mymenu"><ion-itemmenu-close>
Home
</ion-item></ion-list></ion-content></ion-side-menu><ion-side-menu-content><ion-header-barclass="bar-balanced"></ion-header-bar><ion-contentclass="padding"><p>
On a small viewport (less than 768px window width), the left menu will be hidden, but can be shown by swiping left to right, or toggling the button in the top left of the header. On a large viewport (greater than or equal to 768px), the left menu will stay open.
</p><p>
Using <code>large</code> as the attribute's value is an alias to <code>(min-width:768px)</code> since it is the most common use-case. However, for added flexibility, any valid media query could be added as the value, such as <code>(min-width:600px)</code> or even multiple queries such as <code>(min-width:750px) and (max-width:1200px)</code>.
</p></ion-content></ion-side-menu-content><ion-side-menuside="right"><ion-header-barclass="bar-royal"><h1class="title">Right Menu</h1></ion-header-bar><ion-content><divclass="list"><divclass="item">
A few
</div><divclass="item">
of my
</div><divclass="item">
favorite
</div><divclass="item">
things
</div></div></ion-content></ion-side-menu></ion-side-menus>
The text was updated successfully, but these errors were encountered:
Type: bug
Platform: all
Given the following markup, you get an error as far back as beta 12.
http://codepen.io/mhartington/pen/ByjGdQ
The text was updated successfully, but these errors were encountered: