(condition)
| 8370 | // need to explicitly return null so that we can determine whether to remove |
| 8371 | // the listener for .once |
| 8372 | var genGuard = function (condition) { return ("if(" + condition + ")return null;"); }; |
| 8373 | |
| 8374 | var modifierCode = { |
| 8375 | stop: '$event.stopPropagation();', |