We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 355d5a1 + 8d969ab commit aa78ff9Copy full SHA for aa78ff9
sample/app/contacts/contacts.js
@@ -92,7 +92,7 @@ angular.module('uiRouterSample.contacts', [
92
// between 1 and 4.
93
94
// Since this state is also a child of 'contacts' its url is appended as well.
95
- // So its url will end up being '/contacts/{contactId:[0-9]{1,8}}'. When the
+ // So its url will end up being '/contacts/{contactId:[0-9]{1,4}}'. When the
96
// url becomes something like '/contacts/42' then this state becomes active
97
// and the $stateParams object becomes { contactId: 42 }.
98
url: '/{contactId:[0-9]{1,4}}',
0 commit comments