2017-02-23 23:23:58 -08:00

8 lines
114 B
TypeScript

'use strict';
// Define the `phoneDetail` module
angular.module('phoneDetail', [
'ngRoute',
'core.phone'
]);