I\'m having an issue using the ng-show directive within an ng-repeat block.
The boolean value does not seem to be getting passe
In your ng-show you don't need { } try this:
ng-show
<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.
ng-repeat