gitextract_y2ghs96s/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── bower.json ├── demo/ │ ├── app.css │ ├── app.js │ └── index.html ├── example/ │ ├── ionic.project │ ├── merges/ │ │ └── .gitignore │ ├── platforms/ │ │ └── .gitignore │ ├── plugins/ │ │ └── .gitignore │ └── www/ │ ├── config.xml │ ├── css/ │ │ └── app.css │ ├── index.html │ ├── js/ │ │ └── app.js │ ├── lib/ │ │ ├── css/ │ │ │ └── ionic.css │ │ └── js/ │ │ ├── angular/ │ │ │ ├── angular-animate.js │ │ │ ├── angular-resource.js │ │ │ ├── angular-sanitize.js │ │ │ └── angular.js │ │ ├── angular-ui/ │ │ │ └── angular-ui-router.js │ │ ├── ionic-angular.js │ │ ├── ionic.bundle.js │ │ └── ionic.js │ ├── res/ │ │ ├── .gitignore │ │ └── screen/ │ │ └── tizen/ │ │ └── README.md │ └── templates/ │ ├── about.html │ ├── adopt.html │ ├── home.html │ ├── pet-detail.html │ ├── pet-index.html │ └── tabs.html ├── ionic.tdcards.css └── ionic.tdcards.js