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

docs(ngRoute): change routes property type to correct one #6552

Closed
wants to merge 1 commit into from
Closed

docs(ngRoute): change routes property type to correct one #6552

wants to merge 1 commit into from

Conversation

dusanbartos
Copy link
Contributor

Request Type: docs

How to reproduce: go to http://docs.angularjs.org/api/ngRoute/service/$route in the Properties section > routes

Component(s): ngRoute

Impact:

Complexity:

This issue is related to:

Detailed Description:

documentation for ngRoute says that routes property should be an Array of Objects, but instead it is an Object with Objects as properties

Other Comments:

change $route.routes property type to Object, property is marked incorrectly as an Array
@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#6552)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@IgorMinar
Copy link
Contributor

thanks!

IgorMinar pushed a commit that referenced this pull request Mar 11, 2014
change $route.routes property type to Object, property is marked incorrectly as an Array

Closes #6552
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