docs(tutorial/step-11): add missing dependencies

Closes #4633
This commit is contained in:
Sean Fahey 2013-10-24 13:08:56 -05:00 committed by Pete Bacon Darwin
parent 28ab4b600a
commit 05bc53d34d

View file

@ -62,7 +62,7 @@ api/ng.$http $http} service.
__`app/js/app.js`.__
<pre>
...
angular.module('phonecatApp', ['phonecatFilters', 'phonecatServices']).
angular.module('phonecatApp', ['ngRoute', 'phonecatControllers','phonecatFilters', 'phonecatServices']).
...
</pre>