<a ng-click="vm.getComment(post);isCollapsed{{post._id}} = !isCollapsed{{post._id}}">
I have written above code for display multiple collapsed on every
click display that particular list and go belove error can any one tell me the above line is correct or notangular.js:13920 Error: [$parse:syntax] http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%7B&p1=is%20an%20unexpected%20token&p2=32&p3=vm.getComment(post)%3BisCollapsed%7B%7Bpost._id%7D%7D%20%3D%20!isCollapsed%7B%7Bpost._id%7D%7D&p4=%7B%7Bpost._id%7D%7D%20%3D%20!isCollapsed%7B%7Bpost._id%7D%7D at http://localhost:6161/lib/angular/angular.min.js:6:412 at s.throwError at kc.parse (http://localhost:6161/lib/angular/angular.min.js:276:122) at oa (http://localhost:6161/lib/angular/angular.min.js:71:38) at s (http://localhost:6161/lib/angular/angular.min.js:59:121) at s (http://localhost:6161/lib/angular/angular.min.js:59:253)
isCollapsed{{post._id}}, tryisCollapsed(post._id)isCollapsed{{post._id}}.... is it complete string orisCollapsedis a function