Skip to content

Instantly share code, notes, and snippets.

@artshevtsov
Created August 9, 2017 07:08
Show Gist options
  • Save artshevtsov/b8fd7ecd6179e935d9c2e4ba3c2d3ca3 to your computer and use it in GitHub Desktop.
Save artshevtsov/b8fd7ecd6179e935d9c2e4ba3c2d3ca3 to your computer and use it in GitHub Desktop.
Ng switch
<strong ng-switch="$ctrl.current_client['type']">
<span ng-switch-when="1">{{ $ctrl.current_client['name'] }}</span>
<span ng-switch-default>{{ $ctrl.current_client['last_name'] }} {{ $ctrl.current_client['first_name'] }}</span>
</strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment