21 | With ocLazyLoad you can lazy load js / css / templates with a service and/or a directive.
22 | If you get on error when you load the page the first time, don't forget to use `bower install` to download the libraries used in this example.
23 |
Hello {{to}}
' 8 | }; 9 | }); 10 | -------------------------------------------------------------------------------- /www/dest/templates/chat-detail.html: -------------------------------------------------------------------------------- 1 |{{chat.lastText}}
{{chat.lastText}}
This is the Ionic starter for tabs-based apps. For other starters and ready-made templates, check out the Ionic Market.
To edit the content of each tab, edit the corresponding template file in www/templates/
. This template is www/templates/tab-dash.html
If you need help with your app, join the Ionic Community on the Ionic Forum. Make sure to follow us on Twitter to get important updates and announcements for Ionic developers.
For help sending push notifications, join the Ionic Platform and check out Ionic Push. We also have other services available.
21 | With ocLazyLoad you can lazy load js / css / templates with a service and/or a directive.
22 | If you get on error when you load the page the first time, don't forget to use `bower install` to download the libraries used in this example.
23 |
Hello {{to}}
' 8 | }; 9 | }); 10 | -------------------------------------------------------------------------------- /www/templates/chat-detail.html: -------------------------------------------------------------------------------- 1 | 7 |11 | {{chat.lastText}} 12 |
13 |{{chat.lastText}}
8 | 9 | 10 |11 | This is the Ionic starter for tabs-based apps. For other starters and ready-made templates, check out the Ionic Market. 12 |
13 |
14 | To edit the content of each tab, edit the corresponding template file in www/templates/
. This template is www/templates/tab-dash.html
15 |
17 | If you need help with your app, join the Ionic Community on the Ionic Forum. Make sure to follow us on Twitter to get important updates and announcements for Ionic developers. 18 |
19 |20 | For help sending push notifications, join the Ionic Platform and check out Ionic Push. We also have other services available. 21 |
22 |