Skip to content

Commit 2a48709

Browse files
committed
Merge branch 'master' of github.com:driftyco/ionic
2 parents 7da8739 + ea57b41 commit 2a48709

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**Note: If you are having problems formatting your issue please refer to this article on using markdown in Github:**
2+
3+
https://guides.github.com/features/mastering-markdown/
4+
15
**Note: for support questions, please use one of these channels:**
26

37
https://forum.ionicframework.com/
@@ -35,3 +39,4 @@ insert any relevant code between the above and below backticks
3539
**Run `ionic info` from terminal/cmd prompt:** (paste output below)
3640

3741

42+

js/angular/controller/refresherController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ IonicModule
170170
}
171171

172172
function overscroll(val) {
173-
scrollChild.style[ionic.CSS.TRANSFORM] = 'translate3d(0, ' + val + 'px, 0)';
173+
scrollChild.style[ionic.CSS.TRANSFORM] = 'translate3d(0px, ' + val + 'px, 0px)';
174174
lastOverscroll = val;
175175
}
176176

0 commit comments

Comments
 (0)