Skip to content

Commit

Permalink
fix(activator): adds activated class to buttons in nav-bar and header…
Browse files Browse the repository at this point in the history
…-bars

closes #3348
  • Loading branch information
mhartington committed Mar 30, 2015
1 parent f766ff4 commit 36df508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/activator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var self = this;

var hitX = ionic.tap.pointerCoord(e).x;
if (hitX > 0 && hitX < 45) {
if (hitX > 0 && hitX < 30) {
return;
}

Expand Down

0 comments on commit 36df508

Please sign in to comment.