Skip to content

Commit

Permalink
fix(anchor): make it activatable
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 12, 2018
1 parent ac42180 commit 6c62e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/components/anchor/anchor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export class Anchor {

hostData() {
return {
class: createColorClasses(this.color)
class: createColorClasses(this.color),
'ion-activatable': true
};
}

Expand Down

0 comments on commit 6c62e6c

Please sign in to comment.