mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
scenario repeater should match only visible stuff
This commit is contained in:
parent
c5b2bf083c
commit
ae5f6f48b4
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ _jQuery.fn.bindings = function(name) {
|
|||
text && text.indexOf(value) >= 0;
|
||||
}
|
||||
var result = [];
|
||||
this.find('.ng-binding').each(function() {
|
||||
this.find('.ng-binding:visible').each(function() {
|
||||
var element = new _jQuery(this);
|
||||
if (!angular.isDefined(name) ||
|
||||
contains(element.attr('ng:bind'), name) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue