File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ You configure this list in a module configuration block:
1156
1156
1157
1157
```js
1158
1158
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
1159
- $sceDelegateProvider.resourceUrlWhiteList ([
1159
+ $sceDelegateProvider.resourceUrlWhitelist ([
1160
1160
// Allow same origin resource loads.
1161
1161
'self',
1162
1162
// Allow JSONP calls that match this pattern
@@ -2567,7 +2567,7 @@ You configure this list in a module configuration block:
2567
2567
2568
2568
```js
2569
2569
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
2570
- $sceDelegateProvider.resourceUrlWhiteList ([
2570
+ $sceDelegateProvider.resourceUrlWhitelist ([
2571
2571
// Allow same origin resource loads.
2572
2572
'self',
2573
2573
// Allow JSONP calls that match this pattern
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ trust a URL:
588
588
589
589
```js
590
590
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
591
- $sceDelegateProvider.resourceUrlWhiteList ([
591
+ $sceDelegateProvider.resourceUrlWhitelist ([
592
592
// Allow same origin resource loads.
593
593
'self',
594
594
// Allow JSONP calls that match this pattern
You can’t perform that action at this time.
0 commit comments