Last active
January 17, 2016 01:46
-
-
Save miyamotodev123/4b12f1991b4df8d93b62 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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