Skip to content

Commit 15d07c0

Browse files
peterneavegkalpak
authored andcommitted
docs(tutorial/step_13): add missing dependency phoneDetails module
Closes angular#15521
1 parent d08e319 commit 15d07c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)