Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created August 30, 2017 15:32
Show Gist options
  • Save nmccready/40b76b552e6ddd8d8629f748faf16f99 to your computer and use it in GitHub Desktop.
Save nmccready/40b76b552e6ddd8d8629f748faf16f99 to your computer and use it in GitHub Desktop.
add angular 1 dependencies later
// way to add dependencies
var app = angular.module('someApp');
app.requires.push('someDep');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment