flexnav icon indicating copy to clipboard operation
flexnav copied to clipboard

Dropdowns not working with main angular.js file

Open jakewiechman opened this issue 9 years ago • 3 comments

I have a project that includes a main angular.js file and the dropdowns do not expand work with it. Not sure what it is, but just wanted to bring it up. Don't think I can use it now, unfortunately. It looks nice though, just wish it played nice with the angular.js file.

jakewiechman avatar Aug 06 '14 21:08 jakewiechman

@jakewiechman Do you have a link? I'll check it out.

mrjasonweaver avatar Aug 06 '14 21:08 mrjasonweaver

@indyplanets http://jacobwiechman.com/test.html - Here is a link to a similar setup, but this isn't the actual site I'm using it on. Just am keeping the site I'm working on, confidential, for now. But, if the angular.js file is removed from this, the dropdowns work, but if it's kept, they stop. So there is something in that angular.js file that is conflicting with the other files to make it work. If you could take a look at this and let me know, that would be awesome! Thank you! Please let me know.

jakewiechman avatar Aug 06 '14 22:08 jakewiechman

@jakewiechman Check this out: http://stackoverflow.com/questions/16935095/correct-way-to-integrate-jquery-plugins-in-angular-js

angular.element(".flexnav").flexNav();

This seems to work in the console.

mrjasonweaver avatar Aug 07 '14 13:08 mrjasonweaver