Cześć, chce aby button przyjął dynamiczna nazwę
<button class="details" ng-click='{{boot.click}}'>Szczegóły</button>
$scope.boot =
[
{
name: "Wyprzedaż1",
price: '100',
image: 'adidas/adidas1',
click: 'alert()'
}
$scope.alert = function(){
alert('elo');
};
Nie wiem dlaczego ale nie działa mi to, oczywiście uzywam kontrolera i wszystko co potrzebne, wyskakuje taki błąd
angular.js:14525 Error: [$parse:syntax] http://errors.angularjs.org/1.6.4/$parse/syntax?p0=%7B&p1=invalid%20key&p2=2&p3=%7B%7Bboot.click%7D%7D&p4=%7Bboot.click%7D%7D
at angular.js:38
at s.throwError (angular.js:15090)
at s.object (angular.js:15079)
at s.primary (angular.js:14968)
at s.unary (angular.js:14956)
at s.multiplicative (angular.js:14943)
at s.additive (angular.js:14934)
at s.relational (angular.js:14925)
at s.equality (angular.js:14916)
at s.logicalAND (angular.js:14908) "<button class="details" ng-click="{{boot.click}}">"