docs(tutorial/step_13): add missing dependency phoneDetails module
Closes #15521
This commit is contained in:
committed by
Georgios Kalpakas
parent
d08e31984d
commit
15d07c0108
@@ -173,7 +173,10 @@ angular.module('phoneList', ['core.phone']);
|
||||
**`app/phone-detail/phone-detail.module.js`:**
|
||||
|
||||
```js
|
||||
angular.module('phoneDetail', ['core.phone']);
|
||||
angular.module('phoneDetail', [
|
||||
'ngRoute',
|
||||
'core.phone'
|
||||
]);
|
||||
```
|
||||
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user