Ash Clarke

Results 6 comments of Ash Clarke

I would double check that the reference to the address plugin is not included twice on the page. I only suggest because we experienced a similar issue where $.address.change fired...

I am using Pace with an Angular app. Try using these options, by placing them before your pace/third-party js script references: ``` window.paceOptions = { ajax: { trackMethods: ["GET", "POST"],...

I have recently submitted a PR that allows you to use a function for setting a class on each tree branch `li` element (#295). You could use this to add...

If you don't want to add the context menu, and its js file, add this workaround to your existing module definitions: ``` angular.module("contextMenu", []); ``` And carry on as normal.

@stevenvachon > I think the author doesn't understand semver, which is critical information for a JS developer. I hope they educate themselves soon! From SemVer spec: [4. Major version zero...