mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #2656 from shprink/patch-1
docs(ionicConfig): correct ionicConfig example
This commit is contained in:
2
js/angular/service/ionicConfig.js
vendored
2
js/angular/service/ionicConfig.js
vendored
@@ -38,7 +38,7 @@
|
||||
* var myApp = angular.module('reallyCoolApp', ['ionic']);
|
||||
*
|
||||
* myApp.config(function($ionicConfigProvider) {
|
||||
* $ionicConfigProvider.templates.maxCache(20);
|
||||
* $ionicConfigProvider.views.maxCache(20);
|
||||
*
|
||||
* // note that you can also chain configs
|
||||
* $ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left');
|
||||
|
||||
Reference in New Issue
Block a user