Open yairodriguez opened 8 years ago
Have a passable directive engine, with which we can define directives and then apply them on DOM structures.
$compile
module.directive()
-start
-end
All issues in milestone: 0.6.0 milestone
Description
Have a passable directive engine, with which we can define directives and then apply them on DOM structures.
Issue Checklist
$compile
provider is constructed.module.directive()
invocation using the shorthand object notation.-start
and-end
attributes in separate elements.All issues in milestone: 0.6.0 milestone
Assignees