AngularJS - using ng-show within ng-repeat AngularJS - using ng-show within ng-repeat angularjs angularjs

AngularJS - using ng-show within ng-repeat


In your ng-show you don't need { } try this:

<h4 ng-show="actress.name == 'Scarlett'">Was in Avengers! <span class="note">

See this fiddle for a working sample of an ng-show within an ng-repeat.