ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.02k stars 13.51k forks source link

Ionic 2 tabs starter template gives the normal menu base template #8850

Closed ghost closed 8 years ago

ghost commented 8 years ago

Short description of the problem:

If i try create a tabs starter template i get the sidemenu template.

What behavior are you expecting?

I am expecting to get the tabs template.

Steps to reproduce:

  1. ionic start myApp tabs --v2
  2. cd myApp
  3. ionic serve

This then loads the browser with the sidemenu template and not the tabs template.

Run ionic info from terminal/cmd prompt: (paste output below) Cordova CLI: 6.3.1 Gulp version: CLI version 3.9.1 Gulp local: Ionic Framework Version: 2.0.0-rc.1 Ionic CLI Version: 2.1.1 Ionic App Lib Version: 2.1.1 Ionic App Scripts Version: 0.0.36 OS: Node Version: v6.7.0

ghost commented 8 years ago

This seems to be a problem with chrome caching maybe. Had to empty cache and hard reload to get the tabs project.