Skip to content

Instantly share code, notes, and snippets.

@miyamotodev123
Last active January 17, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyamotodev123/4b12f1991b4df8d93b62 to your computer and use it in GitHub Desktop.
Save miyamotodev123/4b12f1991b4df8d93b62 to your computer and use it in GitHub Desktop.
// defining our angular app, the first arguement is the name of our application
// second argument is an array that loads the dependencies into the application
(function() {
angular.module('app', ['ngRoute']);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment