Including doc for personal newbie error case.#11030
Conversation
I got an error leading me to this doc via the link below from the log exception https://docs.angularjs.org/error/$injector/unpr?p0=$scopeProvider%20%3C-%20$scope%20%3C-%20NoteService and it was still difficult to figure out the cause. I later(it took me hours) discovered that i mistakenly registered my controller as a service.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
|
@ahmedalejo could you please sign the CLA? |
|
Also, I've changed the wording slightly in pkozlowski-opensource@a9e02de, could you please have a look at those proposed changes? |
|
Great mate! glad i could help. On Sat, Feb 21, 2015 at 10:07 AM, Pawel Kozlowski notifications@github.com
|
I got an error leading me to this doc via the link below from the log exception
https://docs.angularjs.org/error/$injector/unpr?p0=$scopeProvider%20%3C-%20$scope%20%3C-%20NoteService
and it was still difficult to figure out the cause.
I later(it took me hours) discovered that i mistakenly registered my controller as a service.