From 2ed29b26ceb3879446d1a4a39f7d977090dfb2fb Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 17 Nov 2016 20:09:10 +0100 Subject: [PATCH] updated cordova example --- .gitignore | 1 + README.md | 3 +-- example/app_mobile/www/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7367a47..8ea6c74 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ example/app_mobile/plugins/* !example/app_mobile/plugins/android.json !example/app_mobile/plugins/fetch.json example/app_mobile/www/es5-ff-spa-loader.js +example/app_mobile/www/es5-ff-spa-loader.css # Ignore binary files *.o diff --git a/README.md b/README.md index d025ed0..d857739 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ A javascript library providing server defined loading of assets for a single pag The functions in FFSpaLoader.*; - * start(cb) = Starts loading your application, optional argument used for done or error callback. + * start(cb) = Starts loading your application, optional function argument can be used for done and/or error callback. * clearServerUrl(cb) = Clears the cached server url so after reload user get promted again. * clearCache(cb) = Clears the cached values so after reload all assets get refetched. @@ -212,7 +212,6 @@ A javascript library providing server defined loading of assets for a single pag * css: set tag.media = 'only you'; * css: add media in resouces * Add in browser tests - * example: Cache angular template for offline mode. * cache limits for soft fallback to injecting ? ## Contributing diff --git a/example/app_mobile/www/index.html b/example/app_mobile/www/index.html index 7057e77..b7ee52a 100644 --- a/example/app_mobile/www/index.html +++ b/example/app_mobile/www/index.html @@ -12,7 +12,7 @@