mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 17:01:19 +08:00
scenario repeater should match only visible stuff
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user