Skip to content

Instantly share code, notes, and snippets.

@robertwalsh0
Created August 21, 2014 16:35
Show Gist options
  • Save robertwalsh0/5c0b3ec96039aaf5c053 to your computer and use it in GitHub Desktop.
Save robertwalsh0/5c0b3ec96039aaf5c053 to your computer and use it in GitHub Desktop.
Incorporate Foundation into Angular App
.run(function($rootScope) {
$rootScope.$on('$viewContentLoaded', function () {
$(document).foundation();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment