-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.8+ is creating duplicate <ui-view> nodes #958
Comments
Also, I have 0 errors and have no idea what's causing this. |
This will probably be fixed by all the ui-view updates that will come out in 0.2.9 |
@ProLoser Are you using latest master with #858 ? |
I'm having the same issue. I built master from source. |
@adrianboimvaser you had this problem AFTER building? @christopherthielen as @adrianboimvaser states, 0.2.9 is just 0.2.8, I just retagged it because people wouldn't stop wining. |
@timkindberg i think this is CAUSED by the view updates. This doesn't occur when there is no |
@ProLoser yes, I have this problem with latest revision from master. |
|
@adrianboimvaser look at my screenshot and look inside of uiViewDirective.js and you'll fine On a completely unrelated note: @nateabele I completely applaud the directive refactor. I really like your use of directive layering here. Even if it IS being a little buggy lol. |
Please update to 0.2.10 (just released) and try again. The directive has been rewritten to mirror the DOM behavior of |
Not fixed in 0.2.10, going back to 0.2.7 and dispensing with ui-sref-opts :( |
I'm curious about the version scheme this project is using. New features or big refactorings should increment the 2nd number (.x.) Changing the 3rd number should be reserved for bug fixes, not for changes with the potential for breaking client apps. |
@ProLoser If this is still an issue, and you post a Plunkr or something that demonstrates it? |
Yeah, I can't reproduce this at all on the latest release. I've tried clicking around the sample app a bunch of times, and everything works fine. No redundant |
Give me a minute to test too. On Fri, Mar 14, 2014 at 1:08 PM, Nate Abele [email protected]:
|
@nateabele sorry for the tardy response, my project wasn't compiling all weekend. I just checked out v0.2.10 and the duplicate bug is gone! I do however see quite a few of these: |
Note the node at the top and bottom of the page. Note the duplicate nodes that have been nested. The top one under
<body>
is the original node I created, but it contains no data and no DOM elements. The second version at the bottom of the page (injected after my scripts) contains both data and the rest of the app.This does not occur on v0.2.7
The text was updated successfully, but these errors were encountered: