You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
I am using angular 0.14 with paper elements and the on-* syntax simply does not work beyond a simple expression as it is in the example bundled with angular dart.
For example, I cant trigger a component method using the on-* syntax.
Let's say, i have a simple component published as cmp with the following template:
Sounds like the issue here is not with the on-*, but rather that openMenu getter is not extracted by the angular transformer. Might be a bug with the transformed but hard to tell before knowing more about the location of the template.
Hi,
I am using angular 0.14 with paper elements and the on-* syntax simply does not work beyond a simple expression as it is in the example bundled with angular dart.
For example, I cant trigger a component method using the on-* syntax.
Let's say, i have a simple component published as cmp with the following template:
<paper-icon-button iconSrc="img/btn_menu.svg" on-click="cmp.openMenu"></paper-icon-button>
Whenever the button is pressed, the following error appears:
No getter for 'openMenu'.
Similarly, if I try the on-* syntax on a core-menu for example, such as :
<core-menu selected="0" on-core-select="cmp.selectAction">
Nothing happen when menu items are selected...
Am i missing something obvious ?
Thanks in advance for any help on this matter.
The text was updated successfully, but these errors were encountered: