Login
Remember
Register
Ask a Question
What if I want custom directives to be applied on element as well as attributes ?
0
votes
asked
Dec 31, 2023
in
Angular
by
DavidAnderson
What if I want custom directives to be applied on element as well as attributes ?
angularjs-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 31, 2023
by
DavidAnderson
HTML
directive.restrict = 'EA';
...