Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 276 forks source link

Ng-Infinite-Scroll does not work well with Famo.us/Angular surfaces hidden by ngShow #371

Open abyss-outpost opened 9 years ago

abyss-outpost commented 9 years ago

Consider the following plnkr: http://plnkr.co/edit/9qODHbMbOOYUZbHb31Qd The 2nd and so on surface inputs created with the ng-repeat directive become uneditable after using the checkbox to deactivate then reactivate ngShow. Only the first ng-repeat surface is editable.

abyss-outpost commented 9 years ago

Even more peculiar, unchecking and rechecking the checkbox allows one to edit the surface again.