I searched around and found some stuff for using AngularJS integration with rails, angular routing, the whole nine, but I want to use the default rails routing and just use directives. No one seems to want to do this, or its not possible without overriding turbolinks entirely.
Whenever I navigate around, my directives don't stick, they flash off, never to return. I've read this is a turbolinks issue and bootstrapping the app is required on the page:load event, but is there no way to keep my directives on screen through page changes?