Skip to content

Combination of ui.route and kendo ui does not play well #784

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

Closed
JohnBerg60 opened this issue Jan 18, 2014 · 3 comments
Closed

Combination of ui.route and kendo ui does not play well #784

JohnBerg60 opened this issue Jan 18, 2014 · 3 comments

Comments

@JohnBerg60
Copy link

I am posting a similar message in the angular kendo github.

I made this plunkr, http://plnkr.co/edit/fbaKz77jpaXi0ptzkANW?p=preview that demonstrates the problem.

It seems that, when angular kendo is loaded, ui.route creates a extra controller, with a new $id, that is a sibling of the "parent" controller. I the plunkr, the parent has $id 007 and the extra controller has a $id of 008.

I am not sure if this is a ui.route or a angular kendo problem.

Edit: tested on OSX 10.9.1 => Chrome 31.0.1650.63 and Safari 7.0.1

@snekbaev
Copy link

Hi,

interesting, if I run this example in FF26 I do see 008 as you mentioned, but if I run in IE11 it is 007 :)

P.S.: if helps my IE11 details: 11.0.9600.16476 (update versions 11.0.2)
P.S.S.: replied also in angular kendo github

@timkindberg
Copy link
Contributor

It seems likely that this is related to #774.

@timkindberg
Copy link
Contributor

This may work now because of #866. Reopen if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants