It will load fine. Now I have the following error:
Error: Duplicates in a repeater are not allowed. Repeater: tag in currentTags key: string:l
at Error (native)
at http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:161:273
at Object.fn (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:90:12)
at Object.e.$digest (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:90:356)
at Object.e.$apply (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:92:431)
at j (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:101:80)
at r (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:104:449)
at XMLHttpRequest.v.onreadystatechange (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:106:90) angular.min.js:63
Error: Duplicates in a repeater are not allowed. Repeater: tag in allTags key: string:l
at Error (native)
at http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:161:273
at Object.fn (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:90:12)
at Object.e.$digest (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:90:356)
at Object.e.$apply (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:92:431)
at j (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:101:80)
at r (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:104:449)
at XMLHttpRequest.v.onreadystatechange (http://{sampleurl}/umbraco/lib/angular/1.1.5/angular.min.js:106:90) angular.min.js:63
Can' add tags Ublogsy V4.1
Hi Anthony.
Yet another installation of your terrific package. Have spotted a problem with your doc type in that it won't create any new tags in he content page.
Changes to your setup.
Moved your "uBlogsyLanding" out of "uBlogsySiteRoot".
It creates content fine even with the dashboard ascx.
The "Type to add tags" and the show/hide all tags" doesn't work.
However clearly it did as I have five tags listed.
Where shall I start looking?
Moving the blog out of the root should work fine as everything is dependent on the uBlogsyLanding node
I assume the tag container is under the uBlogsyLanding node?
Also, what version of umbraco, and are there any console errors?
yes lots of console errorrs in FF
It fails in Chrome too
assume the tag container is under the uBlogsyLanding node?
No Its under the Blog container
Running your vanilla install now.
Actually Have decided to use the Umbraco tags object in this instance as its doing what I need.
Thanks for the reply anyway.
Im also running into this issue today. I would like to keep using uTagsy, so any suggestions are welcome!
Edit:
Seems like if I change the package.manifest from:
to:
It will load fine. Now I have the following error:
Not sure if I'm on the right track or not?
is working on a reply...