Skip to content

Commit

Permalink
fix(ionicConfig): fix WP scrolling regression. Closes #3634
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Apr 29, 2015
1 parent 43dacd8 commit 08c37f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/angular/service/ionicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ IonicModule
// Windows Phone
// -------------------------
setPlatformConfig('windowsphone', {
scrolling: {
jsScrolling: false
}
//scrolling: {
// jsScrolling: false
//}
});


Expand Down

0 comments on commit 08c37f9

Please sign in to comment.