We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab15392 + 9bcc89b commit 592a916Copy full SHA for 592a916
js/angular/service/ionicConfig.js
@@ -38,7 +38,7 @@
38
* var myApp = angular.module('reallyCoolApp', ['ionic']);
39
*
40
* myApp.config(function($ionicConfigProvider) {
41
- * $ionicConfigProvider.templates.maxCache(20);
+ * $ionicConfigProvider.views.maxCache(20);
42
43
* // note that you can also chain configs
44
* $ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left');
0 commit comments