Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 708f8b4

Browse files
peterneavegkalpak
authored andcommitted
docs(tutorial/step_13): add missing dependency phoneDetails module
Closes #15521
1 parent 5518126 commit 708f8b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/content/tutorial/step_13.ngdoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ angular.module('phoneList', ['core.phone']);
173173
**`app/phone-detail/phone-detail.module.js`:**
174174

175175
```js
176-
angular.module('phoneDetail', ['core.phone']);
176+
angular.module('phoneDetail', [
177+
'ngRoute',
178+
'core.phone'
179+
]);
177180
```
178181

179182
<br />

0 commit comments

Comments
 (0)