Skip to content

Commit 592a916

Browse files
committed
Merge pull request #2656 from shprink/patch-1
docs(ionicConfig): correct ionicConfig example
2 parents ab15392 + 9bcc89b commit 592a916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/ionicConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* var myApp = angular.module('reallyCoolApp', ['ionic']);
3939
*
4040
* myApp.config(function($ionicConfigProvider) {
41-
* $ionicConfigProvider.templates.maxCache(20);
41+
* $ionicConfigProvider.views.maxCache(20);
4242
*
4343
* // note that you can also chain configs
4444
* $ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left');

0 commit comments

Comments
 (0)