I am going through the navigation tutorial at http://learn.ionicframework.com/formulas/navigation-and-routing-part-2/
The HTML imports v1.0.0-beta.6 from http://code.ionicframework.com/1.0.0-beta.6/js/ionic.bundle.js and the tutorial works properly.
When I changed it to reference the installed ionic bundle v1.0.0 from lib/ionic/js/ionic.bundle.min.js
, then the tutorial stopped working. The tabs stayed blank and did not populate with the data from the router.
Does this mean I should be using v1.0.0-beta.6 instead of v1.0.0?