Skip to content

Commit 6a937f6

Browse files
authored
Updating the demo app
Updating the demo app to reflect the possibility to handle multiple query parameters with the same name.
1 parent 36775a7 commit 6a937f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ angular
99
ex3: 'http://localhost:3000/profile/yllieth',
1010
ex4: 'http://localhost:3000/profile/yllieth?page=1&sort=asc',
1111
ex5: 'http://localhost:3000#personal_information',
12+
ex6: 'http://localhost:3000/profile?id=1&id=2&sort=asc',
1213
current: location.href
1314
};
1415

@@ -27,4 +28,4 @@ angular
2728
};
2829

2930
this.changeUrl(this.selectedUrl);
30-
});
31+
});

0 commit comments

Comments
 (0)