diff --git a/.jshintignore b/.jshintignore index c5a39d7..d959f0c 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,5 +1,2 @@ node_modules -example/node_modules -example/www_static -example/www_views -example/mobile_app \ No newline at end of file +example \ No newline at end of file diff --git a/README.md b/README.md index 38c4388..082acfd 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ 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: rm from dist and add cordova and use gulp + * example: Cache angular template for offline mode. ## Contributing @@ -221,6 +221,7 @@ Add unit tests for any new or changed functionality. Lint and test your code. * Added clearCache function. * Fixed removed question div on loader error. * Updated example and removed it from npm. +* Added cordova app with example. ### 0.1.0 * Moved options.server.question to options.question.