Created
July 13, 2014 14:33
-
-
Save fervisa/9c496064b77a1de72f55 to your computer and use it in GitHub Desktop.
Angular.js: Turbolinks compatibility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ready = -> | |
$('[ng-app]').each -> | |
module = $(this).attr('ng-app') | |
angular.bootstrap(this, [module]) | |
$(document).on 'page:load', ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment