Hi,
I just installed ionic to start working on a new project.
My concern is that the documentation looks old. The code that I get when creating a new project looks different from what is in the documentation.
For example, the code for a header is something like -
<ion-header-bar class="bar-stable">
<h1 class="title">Ionic Blank Starter</h1>
</ion-header-bar>
However, in the documentation the HTML for the header reads -
<div class="bar bar-header bar-positive">
<h1 class="title">bar-positive</h1>
</div>
I am not sure which one to use and why is there this discrepancy? This gives me a feeling that ionic is not being maintained anymore. Should I be using this at all to begin with?