5 lines
93 B
TypeScript
Raw Permalink Normal View History

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