Skip to content

Instantly share code, notes, and snippets.

@radiosterne
Last active July 10, 2017 10:46
Show Gist options
  • Select an option

  • Save radiosterne/58708e5d6a2f766845d6379ae2d9cbca to your computer and use it in GitHub Desktop.

Select an option

Save radiosterne/58708e5d6a2f766845d6379ae2d9cbca to your computer and use it in GitHub Desktop.
switch(data[0].rang) {
case 1:
$scope.medal = "rating-viget__item--gold";
break;
case 1:
$scope.medal = "rating-viget__item--silver";
break;
case 1:
$scope.medal = "rating-viget__item--bronze";
break;
default:
$scope.medal = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment