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