Skip to content

Instantly share code, notes, and snippets.

@gabeodess
Created March 7, 2016 22:51
Show Gist options
  • Save gabeodess/27115f65e8d2312b3e55 to your computer and use it in GitHub Desktop.
Save gabeodess/27115f65e8d2312b3e55 to your computer and use it in GitHub Desktop.
Angular with Turbolinks
$(document).on('page:load', function(){
$('[ng-app]').each(function(){
angular.bootstrap(this);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment