diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-29 13:32:58 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-29 13:32:58 -0400 |
| commit | a3f1e385fc0f5a99d6d19aa6fc2ebfef65533070 (patch) | |
| tree | 794e48eb5d92e5c654942a971a967d446e1b2348 /www/index.html | |
| parent | 1a57eaad4dd25afc1f59c83968bcd408300a1270 (diff) | |
added support to refresh image feeds
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 009b0c8c..4946b9a4 100644 --- a/www/index.html +++ b/www/index.html @@ -18,7 +18,13 @@ <!-- ionic/angularjs js --> - <script src="lib/ionic/js/ionic.bundle.js"></script> + <!-- we need the full JQuery for the global img src + error interceptor in app.js --> + + <!-- <script src="jquery-1.11.1.min.js"></script> --> + + + <script src="lib/ionic/js/ionic.bundle.js"></script> <!-- cordova script (this will be a 404 during development) --> <script src="cordova.js"></script> |
