Skip to content

Commit cfa8042

Browse files
committed
fix(header): no scroll top on element tap, only native. Fixes #4466
1 parent 37918a2 commit cfa8042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/headerFooterBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
IonicModule
3-
.directive('ionHeaderBar', tapScrollToTopDirective())
3+
//.directive('ionHeaderBar', tapScrollToTopDirective())
44

55
/**
66
* @ngdoc directive

0 commit comments

Comments
 (0)