We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bece7 commit 5feb9abCopy full SHA for 5feb9ab
src/ng/compile.js
@@ -211,7 +211,7 @@
211
*
212
* #### `restrict`
213
* String of subset of `EACM` which restricts the directive to a specific directive
214
- * declaration style. If omitted, the default (attributes only) is used.
+ * declaration style. If omitted, the defaults (elements and attributes) are used.
215
216
* * `E` - Element name (default): `<my-directive></my-directive>`
217
* * `A` - Attribute (default): `<div my-directive="exp"></div>`
0 commit comments