mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #2009 from jimthedev/patch-1
docs(typo): resolve typo in usage
This commit is contained in:
2
js/angular/service/templateCache.js
vendored
2
js/angular/service/templateCache.js
vendored
@@ -11,7 +11,7 @@
|
||||
* State templates are cached automatically, but you can optionally cache other templates.
|
||||
*
|
||||
* ```js
|
||||
* $ionicTemplateCahce('myNgIncludeTemplate.html');
|
||||
* $ionicTemplateCache('myNgIncludeTemplate.html');
|
||||
* ```
|
||||
*
|
||||
* Optionally disable all preemptive caching with the `$ionicConfigProvider` or individual states by setting `prefetchTemplate`
|
||||
|
||||
Reference in New Issue
Block a user