Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
w iOS jebie się scroll na komponentach formularzy ionic - fix zgodnie z
ionic-team/ionic-framework#1078
  • Loading branch information
tomkaba committed Nov 26, 2015
1 parent 9b448ff commit 48dd32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="title" ng-cloak>Menu</h1>
</ion-content>
</ion-side-menu>
<ion-side-menu-content >
<ion-content scroll="true" overflow-scroll="true">
<ion-content scroll="true" >

<div id="wrapper">
</div>
Expand Down
4 changes: 2 additions & 2 deletions www/js/ProfildatenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ function submitProfildaten() {
//
if (navigator.notification) {
navigator.notification.confirm(
'Möchten Sie zurück zum Hauptmenü?', // message
'Möchten Sie zurück zum Hauptmenü?', // message
onConfirm, // callback to invoke with index of button pressed
'Personliche daten saved', // title
'Nein,Hauptmenü' // buttonLabels
'Nein,Hauptmenü' // buttonLabels
);
} else {
var r=confirm('Saved. Go back to main menu?');
Expand Down

0 comments on commit 48dd32a

Please sign in to comment.