Hello all. I have a question: I exend umbraco with a new section and inside a new tree items, it is ok, but when I do click in an item I need get data from other file (this part is impossible to me, I don't know how can I get some data from other file).
A picture:
You can see my new section and my new items, but when I do clic in an item I need get data. This is my code:
My question is: why does not the code work?
NOTES:
alert is only for test.
I'm working with Angular JS to try get data.
Thanks in advance.
PD: If I write for example an alert in the beginning inside to app.js, it show me, the problem is get data
I have some code from my Umbraco UK festival talk on github about creating custom sections in Umbraco. Maybe this can be a good starting point to see everything is tied together
Get data from file
Hello all. I have a question: I exend umbraco with a new section and inside a new tree items, it is ok, but when I do click in an item I need get data from other file (this part is impossible to me, I don't know how can I get some data from other file).
A picture:
You can see my new section and my new items, but when I do clic in an item I need get data. This is my code:
My question is: why does not the code work?
NOTES:
Hi,
I have some code from my Umbraco UK festival talk on github about creating custom sections in Umbraco. Maybe this can be a good starting point to see everything is tied together
https://bitbucket.org/dawoe/umbukfestival2014
My talk is also online so you can watch it : https://www.youtube.com/watch?v=_sX9eZSn9HI
If you have any questions, just let me know
Ok, thank you for your help :) . I'm going to see the videos.
Regards
Cool. Let me know if you have some questions.
Dave
is working on a reply...