Simeon Cheeseman
Simeon Cheeseman
Just to add fuel to the fire, I've been trying to workaround this issue and discovered that the current version of iOS safari doesn't trigger the `compositionend` event when using...
@matryer Have updated the file name to include the default timeout as in the docs (missed this earlier). Is there anything else blocking this from being merged?
Hmmm, it should just work due to the mjs file extension. What version of node.js are you running?
@matryer Have updated the file name to include the default timeout as in the docs. Is there anything else blocking this from being merged?
I'm also getting the same issue on transition meta nodes as well. I'm working around this by using `description` values which seems to work in my case.
Ah, sorry, I simplified the example too much. I was referring to the case of an event causing the state to be exited, not the general case of exiting the...
Now I'm back at my computer I've updated the example to be correct. Yes, I was expecting that in the typegen as well. I also thought that doing that may...
Just some notes to help you out (I don't feel like doing it myself). - angular.element('html') will work, it only works on tag name selectors. - You can avoid (probably)...
@pasupuletics That's awesome!!! Works a treat, thanks!
Ahh, yes that works thanks. Didn't know about `attribute`