Skip to content

Instantly share code, notes, and snippets.

@kampana
Created November 27, 2018 20:21
Show Gist options
  • Save kampana/8c559d97d6e4bc616ce9f9d0c42d1aac to your computer and use it in GitHub Desktop.
Save kampana/8c559d97d6e4bc616ce9f9d0c42d1aac to your computer and use it in GitHub Desktop.
main.js
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