fix try again button link

This commit is contained in:
Javier 2015-11-24 10:53:23 -03:00
commit 8f9c4194e6

View file

@ -202,7 +202,7 @@
<button <button
ng-style="{'background-color':index.backgroundColor}" ng-style="{'background-color':index.backgroundColor}"
class="button round expand m0" class="button round expand m0"
ng-click="$root.go(index.prevState);" ng-click="wordsC.goToStep1();"
translate>Try again translate>Try again
</button> </button>
</div> </div>