Which is newer? Ionic v1.0.0 or v1.0.0-beta.6?

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?

Nope 1.0.0 is the newest and the final 1.0.0 release.

There were i think 14 betas before… so beta6 is old as hell :slight_smile:

That’s what I would have thought, based on everything I’ve read here.

I will start another post regarding the tutorial code.