Commit d59c7fd6f2cad225d93388e6a9cea31c296114ff
Exists in
master
and in
4 other branches
Merge branch 'master' into staging
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/index.run.js
@@ -99,6 +99,7 @@ | @@ -99,6 +99,7 @@ | ||
99 | 99 | ||
100 | if ($el && $el.length > 0) { | 100 | if ($el && $el.length > 0) { |
101 | cb($el); | 101 | cb($el); |
102 | + count_exec = max_exec; // exit. | ||
102 | }else { | 103 | }else { |
103 | $log.debug('[findElAsync] element not found.'); | 104 | $log.debug('[findElAsync] element not found.'); |
104 | } | 105 | } |