(fix): resolve typo in usage

(fix): resolve typo in usage
Fixes typo.
No breaking changes
This commit is contained in:
Jim Cummins
2014-08-15 16:40:44 -05:00
parent 359ca33024
commit 1601c07291

View File

@@ -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`