Merge pull request #2009 from jimthedev/patch-1

docs(typo): resolve typo in usage
This commit is contained in:
Adam Bradley
2014-08-15 23:15:37 -05:00

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`