gitextract_t8o6omh6/ ├── .gitignore ├── LICENSE ├── README.md ├── bower.json ├── demo/ │ ├── .gitignore │ ├── app/ │ │ ├── index.html │ │ ├── scripts/ │ │ │ ├── app.js │ │ │ ├── controllers.js │ │ │ └── services.js │ │ ├── styles/ │ │ │ └── main.scss │ │ └── templates/ │ │ ├── chat-detail.html │ │ ├── tab-account.html │ │ ├── tab-chats.html │ │ ├── tab-dash.html │ │ └── tabs.html │ ├── bower.json │ ├── config.xml │ ├── gulpfile.js │ ├── hooks/ │ │ ├── README.md │ │ └── after_prepare/ │ │ └── 010_add_platform_class.js │ ├── ionic.project │ ├── package.json │ └── vendor.json ├── dist/ │ └── ionic.scroll.sista.js ├── gulpfile.js ├── js/ │ └── ionic.scroll.sista.js ├── karma.conf.js ├── package.json └── scss/ └── ionic.scroll.sista.scss