Skip to content

Instantly share code, notes, and snippets.

@miyamotodev123
Created January 26, 2016 23:52
Show Gist options
  • Save miyamotodev123/7eca9fefe936dd0e0660 to your computer and use it in GitHub Desktop.
Save miyamotodev123/7eca9fefe936dd0e0660 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', 'angular-growl']);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment