directive(name, directiveFactory);
Parameters
| Param | Type | Details |
|---|---|---|
| name | stringObject | Directive name, or an object map of directives where the keys are the names and the values are the factories. |
| directiveFactory | Function | Factory function for creating new instance of directives. |
Please login to continue.