2
0
Fork 0

Fixed typo

This commit is contained in:
Willem 2016-11-17 20:14:29 +01:00
parent 2ed29b26ce
commit 8586667828

View file

@ -38,7 +38,7 @@ A javascript library providing server defined loading of assets for a single pag
### Usage Angular
FFSpaLoader.options.debug.enable = true;
FFSpaLoader.options.boot.debug.enable = true;
FFSpaLoader.options.boot.angular.modules.push('exampleUI');
FFSpaLoader.options.server.url = 'http://myserver';
FFSpaLoader.options.server.assets = '/api/path/to/spa/client/resources';
@ -235,7 +235,7 @@ Add unit tests for any new or changed functionality. Lint and test your code.
* Added options.boot.error.[enable|title].
* start(cb) function callback now includes error.
* Moved options.debug.* to options.boot.debug.*.
* Fixed example offline use. (safe page as(html only))
* Fixed example page/app offline use. (safe page as(html only))
### 0.2.1
* Fixed clearCache method to added json header.