1111 <!-- your app's css -->
1212 < link href ="css/app.css " rel ="stylesheet ">
1313
14- <!-- angularjs scripts -->
15- < script src ="lib/js/ionic.js "> </ script >
16- < script src ="lib/js/angular/angular.js "> </ script >
17- < script src ="lib/js/angular/angular-animate.js "> </ script >
18- < script src ="lib/js/angular/angular-sanitize.js "> </ script >
19- < script src ="lib/js/angular-ui/angular-ui-router.js "> </ script >
20- < script src ="lib/js/ionic-angular.js "> </ script >
21-
22- <!-- cordova script -->
14+ <!-- ionic/angularjs scripts -->
15+ < script src ="lib/js/ionic.bundle.js "> </ script >
16+
17+ <!-- cordova script (this will be a 404 during development) -->
2318 < script src ="cordova.js "> </ script >
2419
2520 <!-- your app's script -->
3530
3631 <!--
3732 The nav bar that will be updated as we navigate between views
38- Additional attributes set its look, nav-bar animation and icons
33+ Additional attributes set its look, ion- nav-bar animation and icons
3934 Icons provided by Ionicons: http://ionicons.com/
4035 -->
41- < nav-bar type ="bar-positive "
36+ < ion- nav-bar type ="bar-positive "
4237 animation ="nav-title-slide-ios7 "
4338 back-button-type ="button-icon "
44- back-button-icon ="ion-ios7-arrow-back "> </ nav-bar >
39+ back-button-icon ="ion-ios7-arrow-back "> </ ion- nav-bar>
4540
4641 <!--
47- The views will be rendered in the <nav-view> directive below
42+ The views will be rendered in the <ion- nav-view> directive below
4843 Templates are in the /templates folder (but you could also
4944 have templates inline in this html file if you'd like).
5045 -->
51- < nav-view > </ nav-view >
46+ < ion- nav-view> </ ion- nav-view>
5247
5348 </ body >
54- </ html >
49+ </ html >
0 commit comments