Hi Dave, do you have a sample site URL?
I patched a fix for it a bit ago, so make sure you are running the most recent version.
Hi Roy,
The test site is available at http://dev.DaveLindberg.com
Thanks!
Dave, what other plugins or anything else “angular” do you have running, something is conflicting.. angular.js (angular.min.js) isn’t even being loaded
please try turning off all other plugins, and going back to 2014, or a theme without any custom code.. if it works there, then I’d like to know what is causing the issue. Not very typical
Hi Roy,
I’ve fixed the know config issues on my dev site, it now performs identically to my local server.
On the dev home page, you’ll see the post name for the first 6 posts are loading correctly, but the rest of each post doesn’t; seems to be associated with `Error: [$sanitize:badparse]’
(There are a number of posts that are displaying properly on the page; these have “Load with AngularJS” set to “off”.)
However, as per your suggestion — switching to twenty fourteen rectifies the issue. If you have any suggestions on what I’m missing in my custom theme, I’m all ears.
Thanks!
@davelindberg – Saw your GitHub issue, and pushed a new version for sanitation of HTML.
I suspect the issue was you have full on HTML with classes and id’s, and the ” was messing with the sanitize. I now have the content do a switch from ” to ‘ and it cleared up any errors from that.
Roy