Jason Weaver

Results 10 comments of Jason Weaver

@jonybigude Might have to change the max-height to something larger.

Change: ``` .flexnav.flexnav-show { max-height: 2000px; ... ``` to ``` .flexnav.flexnav-show { max-height: 3000px; ... ```

It's a bug I haven't had time to fix. https://github.com/indyplanets/flexnav/issues/144 Will work on it next week.

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

@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.

Sorry @daemonhunt, I've been super busy lately. I'lll take a look at this over the weekend. Could you send a pull request?

Sounds good. Feel free to send a pull request.

@leapthemes Great idea.

@Jursdotme I'm in the process of making several demo themes. I'll keep this ticket open and ping back when I've created a layout and set of styles that achieves what...