There is a syntax error showing up on the console for the code below, but it still functions as intended. Can someone help identify what I might be missing?
<p class="light" data-ng-show="selectedAppType in ['A1','A2','A3','A4'].indexOf(selectedAppType) > -1">
You have selected <b>{{selectedAppName}}.</b><br/>
Please select a <b> {{selectedAppName}} </b> Type.
<br/>
<b>Please refer to the console for any errors.</b>
</p>
http://plnkr.co/edit/c6rLz77Rm11mynuA2qZg?p=preview