Skip to content

Instantly share code, notes, and snippets.

@navarroaxel
Created April 28, 2017 14:36
Show Gist options
  • Save navarroaxel/f8943a9cb7c3df147f4666109ea4e39d to your computer and use it in GitHub Desktop.
Save navarroaxel/f8943a9cb7c3df147f4666109ea4e39d to your computer and use it in GitHub Desktop.
<div ng-switch="$ctrl.resolve.chapterZero.homeOpenDoor">
<p ng-switch-when="1">La vivienda esta deshabitada</p>
<p ng-switch-when="16">El hogar abrió la puera, recibio material</p>
<p ng-switch-default>{{::$ctrl.resolve.chapterZero.homeOpenDoor}}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment