diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 93d54d20af8..f38f442a2ee 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ +**Note: If you are having problems formatting your issue please refer to this article on using markdown in Github:** + +https://guides.github.com/features/mastering-markdown/ + **Note: for support questions, please use one of these channels:** https://forum.ionicframework.com/ @@ -35,3 +39,4 @@ insert any relevant code between the above and below backticks **Run `ionic info` from terminal/cmd prompt:** (paste output below) + diff --git a/js/angular/controller/refresherController.js b/js/angular/controller/refresherController.js index a3a2045ff3d..c1a0d5fa4f1 100644 --- a/js/angular/controller/refresherController.js +++ b/js/angular/controller/refresherController.js @@ -170,7 +170,7 @@ IonicModule } function overscroll(val) { - scrollChild.style[ionic.CSS.TRANSFORM] = 'translate3d(0, ' + val + 'px, 0)'; + scrollChild.style[ionic.CSS.TRANSFORM] = 'translate3d(0px, ' + val + 'px, 0px)'; lastOverscroll = val; }