Update CHANGELOG.md

Update menu-toggle to menuToggle
This commit is contained in:
Brandy Carney
2015-12-11 11:27:06 -05:00
parent c00e740fd5
commit 4e4a3651a9

View File

@ -29,7 +29,7 @@
* `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>` * `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>`
* `secondary` attribute `<ion-nav-items secondary>` now `<ion-buttons end>` * `secondary` attribute `<ion-nav-items secondary>` now `<ion-buttons end>`
##### `<a menu-toggle>` should now be `<button menu-toggle>` ##### `<a menu-toggle>` should now be `<button menuToggle>`
* If a menu is not given an `id`, then it is automatically assigned an id, such as `leftMenu` or `rightMenu`. * If a menu is not given an `id`, then it is automatically assigned an id, such as `leftMenu` or `rightMenu`.
* If the menu toggle/close directives are not given a value then it tries the menu ids of `leftMenu` then `rightMenu`. * If the menu toggle/close directives are not given a value then it tries the menu ids of `leftMenu` then `rightMenu`.