Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

docs: (routing): Small documentation fix. #1319

Closed
wants to merge 2 commits into from
Closed

docs: (routing): Small documentation fix. #1319

wants to merge 2 commits into from

Conversation

hvdb
Copy link

@hvdb hvdb commented Aug 6, 2014

Change: Fixed missing quote and removed comma.

Closes #1318

Change: Fixed missing quote and removed comma.

Closes #1318
@@ -116,7 +116,7 @@
* 'addRecipe': ngRoute(path: '/addRecipe', view: 'addRecipe.html'),
* 'recipe': ngRoute(path: '/recipe/:recipeId', mount: {
* 'view': ngRoute(path: '/view', view: 'viewRecipe.html'),
* 'edit': ngRoute(path: '/edit', view: 'editRecipe.html),
Copy link
Contributor

Choose a reason for hiding this comment

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

The extra coma at the end is not an error. Is is here to avoid prevent seeing a diff on this line when adding more entries in the map - it is allowed in Dart

Copy link
Author

Choose a reason for hiding this comment

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

@vicb So we learn something every day :) I will add it again.

@vicb vicb added this to the vicb-0.14 milestone Aug 13, 2014
@chirayuk chirayuk closed this in 311b049 Aug 14, 2014
chirayuk pushed a commit that referenced this pull request Aug 15, 2014
Fixed missing quote and removed comma.

Closes #1319
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Aug 16, 2014
Fixed missing quote and removed comma.

Closes dart-archive#1319
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Docs: (routing): missing quote and extra comma
3 participants