6 lines
99 B
TypeScript
Raw Normal View History

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