Created
November 27, 2018 20:21
-
-
Save kampana/8c559d97d6e4bc616ce9f9d0c42d1aac to your computer and use it in GitHub Desktop.
main.js
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
angular.module('phonecatApp', [ | |
'ngAnimate', | |
'ngRoute', | |
'core', | |
'phoneDetail', | |
'phoneList', | |
bundle(AppModule).name | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment