angular/modules/angular2/src/router
Brian Yarger 995a9e0cf8 fix(router): fix incorrect url param value coercion of 1 to true
seriliazeParams is coercing a value of 1 to true, which causes the value to be completey dropped.
Change the test from double equals to triple equals to prevent this from happening.

Closes #5346

Closes #6286
2016-02-03 15:00:24 +00:00
..
async_route_handler.ts refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
browser_platform_location.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
component_recognizer.ts feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
hash_location_strategy.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
instruction.ts Typo: Hash_consing wiki link wrong Markdown syntax 2016-02-02 11:53:30 -08:00
interfaces.ts refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
lifecycle_annotations.dart feat(router): lifecycle hooks 2015-07-13 09:12:15 -07:00
lifecycle_annotations.ts refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
lifecycle_annotations_impl.ts refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
location.ts docs(core): replace angular2/angular2 with the right barrel import. 2015-12-11 15:30:25 -08:00
location_strategy.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
package.json chore(): npm release script for router artifacts. 2015-11-09 20:45:55 +00:00
path_location_strategy.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
path_recognizer.ts fix(router): correctly sort route matches with children by specificity 2015-12-21 10:38:13 +00:00
platform_location.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
route_config_decorator.dart refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
route_config_decorator.ts docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
route_config_impl.ts refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
route_config_nomalizer.dart refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
route_config_nomalizer.ts refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
route_definition.dart refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
route_definition.ts docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
route_handler.ts refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
route_lifecycle_reflector.dart refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
route_lifecycle_reflector.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
route_recognizer.ts fix(router): correctly sort route matches with children by specificity 2015-12-21 10:38:13 +00:00
route_registry.ts fix(router): preserve specificity for redirects 2016-01-04 20:06:21 +00:00
router.ts fix(ddc): router, compiler, web worker fixes for DDC 2016-01-27 02:30:20 +00:00
router_link.ts feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
router_link_transform.ts feat(router): implement router link DSL 2015-12-04 00:47:20 +00:00
router_outlet.ts refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
router_providers.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
router_providers_common.ts feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00
sync_route_handler.ts refactor(router): improve recognition and generation pipeline 2015-11-30 17:06:03 +00:00
url_parser.ts fix(router): fix incorrect url param value coercion of 1 to true 2016-02-03 15:00:24 +00:00