Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Bug: Data-bound Directive Attributes Don't Work Without Duplication #28

Open
EisenbergEffect opened this issue Apr 22, 2014 · 2 comments

Comments

@EisenbergEffect
Copy link
Contributor

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.

@tbosch
Copy link
Contributor

tbosch commented Jul 18, 2014

This is still legit...

@ahmedshuhel
Copy link

I hope this is a bug and will be fixed before the release. Because if it's not it's ugly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants