You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Currently, in order to data-bind to the value of an attribute with the same name as its corresponding directive, you must duplicate the directive. So, for ng-repeat you must do the following:
<div ng-repeat="" bind-ng-repeat="items"></div>
Only the second attribute should be necessary.
The text was updated successfully, but these errors were encountered:
Currently, in order to data-bind to the value of an attribute with the same name as its corresponding directive, you must duplicate the directive. So, for
ng-repeat
you must do the following:Only the second attribute should be necessary.
The text was updated successfully, but these errors were encountered: