I read in the Release Notes that the has-header class was deprecated, so I removed it from all my views. However, on my Side Menu, the menu list now slides up behind the Header, so I have put it back in.
Just checking if it is deprecated or not (ie. should I be using it or will it be removed completely when out of beta so I should look for a different solution?)
It doesn’t just make it look cleaner when you use the ion-* directives. All the directives that add styles for you are also generally adding a bunch of javascript to enable other features too. For example you can add the item class to any element and make it look like an ion-item but if you use ion-item you can add the swipe to edit/remove directives easily.
Thanks for the tip - I think I copied my code from the Ionic documentation directly, however I will double check and convert it to the non-attribute style.