Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(guide/*): fix typos and links #9800

Closed
wants to merge 1 commit into from

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented Oct 27, 2014

Fix some typos and link-errors introduced in d1ccf17.

Related to #9786

Fix some typos and link-errors introduced in
angular@d1ccf17.

Related to angular#9786
@@ -93,7 +93,7 @@ Moreover, additional dependencies are made available to Controllers:
* {@link scope `$scope`}: Controllers are associated with an element in the DOM and so are
provided with access to the {@link scope scope}. Other components (like services) only have
access to the {@link $rootScope `$rootScope`} service.
* {@link `$route`} resolves: If a controller is instantiated as part of a route, then any values that
* {@link api/ngRoute/provider/$routeProvider#when resolves}: If a controller is instantiated as part of a route, then any values that
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ngRoute.$routeProvider#when --- I don't know if the link is super clear here, though, you kinda have to dig through it to get what it's talking about. Also, line length

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caitp: Ooops, this was a last minute fix and I didn't think about the line length.
The link is indeed kind of weird, but it's the closest I could get to the resolve property (and it's definitely better than a broken link).

If you think we should create an anchor at resolve and target that specifically, just let me know :)

@caitp
Copy link
Contributor

caitp commented Oct 27, 2014

fixed up a tiny bit and landed

@caitp caitp closed this in df3d739 Oct 27, 2014
@gkalpak gkalpak deleted the guide-fix-typos branch October 27, 2014 16:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants