Skip to content

Commit

Permalink
Revert "Back to JS scrolling temporarily"
Browse files Browse the repository at this point in the history
This reverts commit b251225.
  • Loading branch information
mlynch committed Dec 31, 2015
1 parent b251225 commit b95c01c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// 'starter.controllers' is found in controllers.js
angular.module('starter', ['ionic', 'starter.controllers'])

.config(function($ionicConfigProvider) {
$ionicConfigProvider.scrolling.jsScrolling(true);
})

.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
Expand Down

0 comments on commit b95c01c

Please sign in to comment.