2017-02-13 16:45:37 +00:00

8 lines
114 B
TypeScript

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