We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2832978 commit 947d929Copy full SHA for 947d929
js/angular/service/platform.js
@@ -164,6 +164,11 @@ IonicModule
164
var q = $q.defer();
165
166
ionic.Platform.ready(function() {
167
+
168
+ window.addEventListener('statusTap', function() {
169
+ $ionicScrollDelegate.scrollTop(true);
170
+ });
171
172
q.resolve();
173
cb && cb();
174
});
@@ -172,10 +177,6 @@ IonicModule
177
}
178
};
179
175
- window.addEventListener('statusTap', function() {
176
- $ionicScrollDelegate.scrollTop(true);
- });
-
180
return self;
181
}]
182
0 commit comments