add final level

This commit is contained in:
Juraj Michalek
2014-12-29 14:08:10 +00:00
parent 1c0aeefa4d
commit dbaf088b16
4 changed files with 43 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ angular.module('level-complete', [])
$scope.completeLevel = function(event, args) {
$scope.isLevelCompleteVisible = true;
$scope.isFinalScreenVisible = args.isFinalLevel;
$scope.levelIndex = args.levelIndex;
};