Skip to content

Commit

Permalink
Add difficulty 8, 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Sep 8, 2018
1 parent 158899d commit ac50e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<label class="navbar-text" for="difficulty">Block difficulty:</label>
<select id="difficulty"
ng-model="$root.difficulty"
ng-options="(value + ' (' + $root.difficultyPrefix(value) + ')') for value in [3,4,5,6,7]"
ng-options="(value + ' (' + $root.difficultyPrefix(value) + ')') for value in [3,4,5,6,7,8,9,10]"
ng-change="$root.$broadcast('difficulty-change');"
class="form-control">
</select>
Expand Down

0 comments on commit ac50e73

Please sign in to comment.