Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 655da39

Browse files
docs(sce): fix invalid @name tags
1 parent 2f7c572 commit 655da39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/sce.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function $SceDelegateProvider() {
136136

137137
/**
138138
* @ngdoc method
139-
* @name sceDelegateProvider#resourceUrlWhitelist
139+
* @name $sceDelegateProvider#resourceUrlWhitelist
140140
* @function
141141
*
142142
* @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value
@@ -663,7 +663,7 @@ function $SceProvider() {
663663

664664
/**
665665
* @ngdoc method
666-
* @name sceProvider#enabled
666+
* @name $sceProvider#enabled
667667
* @function
668668
*
669669
* @param {boolean=} value If provided, then enables/disables SCE.
@@ -741,7 +741,7 @@ function $SceProvider() {
741741

742742
/**
743743
* @ngdoc method
744-
* @name sce#isEnabled
744+
* @name $sce#isEnabled
745745
* @function
746746
*
747747
* @return {Boolean} true if SCE is enabled, false otherwise. If you want to set the value, you

0 commit comments

Comments
 (0)