I try to use an Angular Modul called ui.tree in my Propertyeditor.
Controller and VIew work together and function. However, the tree is not displayed. I have found that the module uses AngularJS v1.2.23 and Umbraco 1.1.5. If I change the angular version in the module-demo I get the same problems, therefore I'm assuming the problem is with the angular version.
If I simply write the higher angular version in Umbraco, Umbraco does not work anymore.
Is there a possibility to get a newer Angular Version in Umbraco?
Yup sounds like version issues you're having. I'm sure that the HQ have upgrading the Angular library on the to do list. But since it's a breaking change I can imagine they're probably trying to figure out the best way to deal with it.
As you have experienced yourself it's not just plug'n'play to make it work with a newer version.
Are there perhaps other similar libraries like the one you're trying to use, which work with Angular 1.1.5?
Using newer Angular Version
Hey Guys,
I try to use an Angular Modul called ui.tree in my Propertyeditor.
Controller and VIew work together and function. However, the tree is not displayed. I have found that the module uses AngularJS v1.2.23 and Umbraco 1.1.5. If I change the angular version in the module-demo I get the same problems, therefore I'm assuming the problem is with the angular version.
If I simply write the higher angular version in Umbraco, Umbraco does not work anymore.
Is there a possibility to get a newer Angular Version in Umbraco?
I hope somebody can help me :)
Many Thanks
Deniz
Hi Deniz
Yup sounds like version issues you're having. I'm sure that the HQ have upgrading the Angular library on the to do list. But since it's a breaking change I can imagine they're probably trying to figure out the best way to deal with it.
As you have experienced yourself it's not just plug'n'play to make it work with a newer version.
Are there perhaps other similar libraries like the one you're trying to use, which work with Angular 1.1.5?
/Jan
Thanks jan for the quick response.
It seems to be the only way.
Have so far not found anything comparable.
But I will keep looking.
Will answer if I have found one.
is working on a reply...