I have a jQuery plugin from foundation (orbit).
Initially in my app.js I executed this:
$(document).foundation();
However with ember and dynamically loading views if I view the page that is supposed to work on it doesn't work. If I load up the console and manually hit it, it works. So how do I define this to be hit when a page is viewed "the ember way?"