Menu settings testing

This commit is contained in:
Carsten Hilmer
2016-09-14 01:46:10 +02:00
parent fa55d4fee9
commit 6b627d50f9
7 changed files with 41 additions and 14 deletions

View File

@@ -116,10 +116,10 @@ appControllers.controller('menuCtrl', function ($scope, $timeout, $mdUtil, $mdSi
targetEvent: null,
locals: {
displayOption: {
title: "Confirmation",
content: "Do you want to close the application?",
ok: "Confirm",
cancel: "Cancel"
title: "App beenden?",
content: "Möchten Sie PokedexHelper wirklich beenden?",
ok: "Ja",
cancel: "Nein"
}
}
}).then(function () {