View source Improve this doc

Attributes
type in module ng

Description

A shared object between directive compile / linking functions which contains normalized DOM element attributes. The the values reflect current binding state {{ }}. The normalization is needed since all of these are treated as equivalent in Angular:

     <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a">

Methods

Properties