marcelodolza/iziModal

console errors when working with angularjs

Open

#104 opened on Jul 12, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)CSS (291 forks)batch import
help wanted

Repository metrics

Stars
 (2,146 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I've tried just to add the iziModal library to my code, and it throws errors to the console when toggling between routes

  • without the plugin inside the bundle, the console is clean and works cleanly.

Error: Syntax error, unrecognized expression: #/users/ at Function.fa.error (vendor-scripts.min.js:2) at fa.tokenize (vendor-scripts.min.js:2) at fa.select (vendor-scripts.min.js:2) at Function.fa [as find] (vendor-scripts.min.js:2) at n.fn.init.find (vendor-scripts.min.js:2) at n.fn.init (vendor-scripts.min.js:2) at n (vendor-scripts.min.js:2) at vendor-scripts.min.js:3040 at dispatch (vendor-scripts.min.js:3) at r.handle (vendor-scripts.min.js:3)

Contributor guide