mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
This line was missing an 'as' Previous: We also have to add the modules dependencies of our app. By listing these two modules as dependencies of `phonecatApp`, ... New: We also have to add the modules *as* dependencies of our app. Closes #8345