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
Was in Avengers!
See this fiddle for a working sample of an ng-show within an ng-repeat.
ng-repeat