Created
April 28, 2017 14:36
-
-
Save navarroaxel/f8943a9cb7c3df147f4666109ea4e39d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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