diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 11:30:08 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 11:30:08 -0500 |
| commit | 24b7cc8b021dcf5a1e34ed89379cb24da17c15b9 (patch) | |
| tree | 3e19543ce07fb6138fe7f4c789150dc7eb1e41eb | |
| parent | d996e48288d6617bfa0e3c2b44be51a6e760892d (diff) | |
minor edits
Former-commit-id: 436fec13963c993c32d4c38c057cc948f0007bd1
| -rw-r--r-- | ionic.project | 2 | ||||
| -rw-r--r-- | plugins/fetch.json | 8 | ||||
| -rw-r--r-- | www/index.html | 13 |
3 files changed, 12 insertions, 11 deletions
diff --git a/ionic.project b/ionic.project index 40dc6930..0c79b120 100644 --- a/ionic.project +++ b/ionic.project @@ -12,7 +12,7 @@ { "platform": "android", "browser": "crosswalk", - "version": "12.41.296.5" + "version": "15.44.384.9" } ], "gulpStartupTasks": [ diff --git a/plugins/fetch.json b/plugins/fetch.json index 421ac12e..0195ecba 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -206,13 +206,5 @@ }, "is_top_level": true, "variables": {} - }, - "cordova-plugin-crosswalk-webview": { - "source": { - "type": "registry", - "id": "cordova-plugin-crosswalk-webview" - }, - "is_top_level": true, - "variables": {} } }
\ No newline at end of file diff --git a/www/index.html b/www/index.html index 65eb27cf..3f8f5a44 100644 --- a/www/index.html +++ b/www/index.html @@ -8,6 +8,9 @@ <title></title> <meta name="format-detection" content="telephone=no"> + + + <link rel="stylesheet" href="css/animate.min.css"> <!-- <link rel="stylesheet" href="css/angular-circular-navigation.css">--> @@ -33,10 +36,12 @@ <!-- ionic/angularjs js --> + - + <script src="lib/ionic/js/ionic.bundle.min.js"></script> + <script src="external/angular-ios9-uiwebview.patch.js"></script> <script src="external/ionRadio.js"></script> @@ -48,6 +53,8 @@ <script src="cordova.js"></script> <script src="js/ionicUtils.js"></script> + + @@ -64,6 +71,8 @@ <script src="lib/videogular-controls/vg-controls.js"></script> <script src="lib/videogular-overlay-play/vg-overlay-play.js"></script> <script src="lib/videogular-buffering/vg-buffering.js"></script> + + <script src="js/app.js"></script> <!--<script src="js/ExceptionHandler.js"></script>--> @@ -108,7 +117,7 @@ <script src="external/FileSaver.min.js"></script> <script src="external/canvas-toBlob.js"></script> - + </head> |
