We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f876ab7 commit 873e263Copy full SHA for 873e263
src/ngSanitize/filter/linky.js
@@ -12,7 +12,7 @@
12
* Requires the {@link ngSanitize `ngSanitize`} module to be installed.
13
*
14
* @param {string} text Input text.
15
- * @param {string} target Window (`_blank|_self|_parent|_top`) or named frame to open links in.
+ * @param {string} [target] Window (`_blank|_self|_parent|_top`) or named frame to open links in.
16
* @param {object|function(url)} [attributes] Add custom attributes to the link element.
17
18
* Can be one of:
0 commit comments