mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(angular): routerLink updates href
This commit is contained in:
committed by
Manu MA
parent
49d8e16f2b
commit
c8d9685bc9
@@ -153,7 +153,7 @@ export class Item implements ComponentInterface {
|
||||
<TagType
|
||||
{...attrs}
|
||||
class="item-native"
|
||||
onClick={ev => openURL(win, href, ev, routerDirection)}
|
||||
onClick={(ev: Event) => openURL(win, href, ev, routerDirection)}
|
||||
>
|
||||
<slot name="start"></slot>
|
||||
<div class="item-inner">
|
||||
|
||||
Reference in New Issue
Block a user