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

8 lines
114 B
TypeScript

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