Menu settings testing
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user