Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
de27a6fc
Commit
de27a6fc
authored
2 years ago
by
Eileen McNaughton
Browse files
Options
Downloads
Patches
Plain Diff
Add route parameter reference to angular js
parent
7a4c1e04
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/framework/angular/quickstart.md
+5
-1
5 additions, 1 deletion
docs/framework/angular/quickstart.md
docs/img/RouteParameter.png
+0
-0
0 additions, 0 deletions
docs/img/RouteParameter.png
with
5 additions
and
1 deletion
docs/framework/angular/quickstart.md
+
5
−
1
View file @
de27a6fc
...
...
@@ -152,4 +152,8 @@ declaration the `$scope` and `$routeParams` are received.
Note that if you create afforms
`routeParams`
will be made available through the
afform infrastructure. For this reason it is good to standardise assigning
`routeParams`
as the variable name in the html.
\ No newline at end of file
`routeParams`
as the variable name in the html.
When loading the form you can access route parameters in the js layer
by referring to
`$route.current.params.{my-paramter}`
- eg.

\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/img/RouteParameter.png
0 → 100644
+
0
−
0
View file @
de27a6fc
88.4 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment