This repository was archived by the owner on Jun 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!--
22 This template loads for the 'tab.about' state (app.js)
33-->
4- < ion-view title ="' About Ionic' ">
4+ < ion-view title ="About Ionic ">
55 < ion-content has-header ="true " has-tabs ="true " padding ="true ">
66 < img src ="img/ionic.png " class ="ionic-logo ">
77 < p >
Original file line number Diff line number Diff line change 11<!--
22 This template loads for the 'tab.adopt' state (app.js)
33-->
4- < ion-view title ="' Adopt A Pet' ">
4+ < ion-view title ="Adopt A Pet ">
55 < ion-content has-header ="true " has-tabs ="true ">
66 < div class ="list list-inset ">
77 < label class ="item item-input ">
Original file line number Diff line number Diff line change 44 The PetCtrl pulls data from the Pets service (service.js)
55 The Pets service returns an array of pet data
66-->
7- < ion-view title ="pet.title ">
7+ < ion-view title ="{{ pet.title}} ">
88 < ion-content has-header ="true " padding ="true ">
99 < p > {{ pet.description }}</ p >
1010 < p > < a class ="button button-small icon ion-arrow-left-b " href ="#/tab/pets "> All Pets</ a > </ p >
Original file line number Diff line number Diff line change 33 It was wired up in the app config (app.js)
44 The 'pets' data comes from its $scope within PetIndexCtrl (controller.js)
55-->
6- < ion-view title ="' Pet Information' ">
6+ < ion-view title ="Pet Information ">
77 < ion-content has-header ="true " has-tabs ="true ">
88
99 < ion-list >
You can’t perform that action at this time.
0 commit comments