新到角度
想要将表达式写入ng-click。
原文链接:https://www.f2er.com/angularjs/144217.html想要将表达式写入ng-click。
例:
x.directive('li',function(){ return { restrict: 'E',replace: true,template: '<games> <game ng-click="(alert({{ game }})" ng-repeat="game in games"> {{ game.team1 }} {{game.bets }} <game></br></games> ' } });
我想通过点击提醒游戏,但我收到这个错误:
Error: [$parse:Syntax] Syntax Error: Token 'game' is unexpected,expecting [:] at column 11 of the expression [(alert({{ game }})] starting at [game }})].