SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 94 JavaScript

docs(ngNonBindable): document effect on the element's directives

The phrase "contents of the current DOM element" may be interpreted either as
inclusive of the DOM element's attributes or as exclusive of the attributes.
This situation concerns markup such as:

    <div ng-non-bindable ng-controller="MyController"></div>

In practice, AngularJS does not compile or bind attribute values for elements
which specify the `ng-non-bindable` directive. Extend the documentation to
definitely describe this behavior.

Closes #16338
J
jugglinmike committed
0fa5a37838a895ca01e0c63b3bb4141bc97a0238
Parent: 07e4751
Committed by Martin Staffa <mjstaffa@googlemail.com> on 11/27/2017, 12:11:50 PM