Comment 2 for bug 1696238

Revision history for this message
Mike Rylander (mrylander) wrote : Re: Web Client: Potential Angular UI Scoping Issues

I believe that replacing ng-if with ng-show will also correct any scope issues, as show doesn't create a new isolate scope. I ran into the ng-if issue myself last week.