yairodriguez / AngularJS

Own implementation of AngularJS, using Extreme Test–First and ES6.
0 stars 0 forks source link

Directive Attributes #18

Open yairodriguez opened 8 years ago

yairodriguez commented 8 years ago

Description

Make the attributes of the current element conveniently available in a normalized manner. Also, allow setting those attributes using the normalized names, which facilitates communication between directives and also provides a nice API for setting attributes on the DOM.


Tasks Checklist

All issues in milestone: 0.6.0 milestone


Assignes