2017-03-28 10:21:46 +01:00

12 lines
180 B
TypeScript

// #docregion
'use strict';
// Define the `phonecatApp` AngularJS module
angular.module('phonecatApp', [
'ngAnimate',
'ngRoute',
'core',
'phoneDetail',
'phoneList',
]);