mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-21 12:51:51 +00:00
parent
28ab4b600a
commit
05bc53d34d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ api/ng.$http $http} service.
|
||||||
__`app/js/app.js`.__
|
__`app/js/app.js`.__
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
angular.module('phonecatApp', ['phonecatFilters', 'phonecatServices']).
|
angular.module('phonecatApp', ['ngRoute', 'phonecatControllers','phonecatFilters', 'phonecatServices']).
|
||||||
...
|
...
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue