You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input type="text" ng-model="keyword" placeholder="key in search keyword"/>
<ul>
<li ng-repeat="sport in sports | orderBy:'name' | filter:keyword" ng-show="sport.active"> <!--ng-hide will hide the 'true' ng-show will show the 'true'-->
{{sport.name}} price at {{sport.cost | currency:'$ '}}