Hi Andriy,
I got the same problem creating our plugin with angularn js. As I see it, the fragment part of a uri is not part of the url, it is the way a brower 'jumps' to a section of page. If you sysout a servlet request url, the fragment is not part of it. The way I workaround the problem was saving the fragment path in local browser storage and redirect (location.path) when the refreshing the jira page with the iframe.
How was your experience with jira ac and angular so far? What about angularjs and atlassian's aui framework? Been creating web app with Java, flex, jquery, rails for 10 years and angularjs is the best web frameork ever.
--
You received this message because you are subscribed to the Google Groups "Atlassian Connect Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atlassian-connec...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Fernando,
Yeah, I'm a big fan of Angular, and single page apps in general too! I also have broad experience, and now bid on js :)
I also have the most pleasant experience with Atlassian, and like very much what I can see in AC. Though I don't use AUI much by now.
Regarding storing location in browser, it's good only for refresh, but doesn't help for bookmarking :(
I see the point that hash is not passed to server, so it can't be passed in iframe.src, but I believe js framework my make it available to addon.
Thanks.
You received this message because you are subscribed to a topic in the Google Groups "Atlassian Connect Dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/atlassian-connect-dev/UHB7hEI_W4A/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to atlassian-connec...@googlegroups.com.