How to hide the tab bar in Tabs And Navigation: 1.0.0-beta.1

Hi Adam,

Many thanks for your response.

In the older versions, i can set the attribute has-tabs="false" in facts.htm and facts2.html templates in order to hide the tab bar, like this:

<script id="facts.html" type="text/ng-template">
  <ion-view title="'Facts'">
    <ion-content **has-tabs="false"**>
      .......
    </ion-content>
  </ion-view>
</script>

But it’s not working after update to v1.0.0-beta.1, Is there a way to hide the tab bar just on facts.html and facts2.html templates?