angular-cn/modules/angular2/test/router
vsavkin 60ce884671 feat(core): remove the (^ syntax and make all DOM events bubbling
BREAKING CHANGE

Before
<div (^click)="onEventHandler()">
  <button></button>
</div>

After
<div (click)="onEventHandler()">
  <button></button>
</div>

Closes #3864
2015-09-01 15:54:47 +00:00
..
integration refector(router): rename outlet integration spec to navigation spec 2015-08-31 23:24:09 +00:00
location_spec.ts chore(build): improve reliability of the saucelabs job 2015-08-27 09:46:15 +02:00
path_recognizer_spec.ts feat(router): hash-cons ComponentInstructions 2015-08-31 18:09:32 +00:00
route_config_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
route_config_spec.ts feat(exception_handler): changed ExceptionHandler to use console.error instead of console.log 2015-08-28 00:09:01 +00:00
route_recognizer_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
route_registry_spec.ts fix(RouteRegistry): initialize RouteParams.params 2015-08-31 22:02:50 +00:00
router_link_spec.ts feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
router_spec.ts feat(router): implement Router.isRouteActive 2015-08-31 18:09:32 +00:00
spies.dart refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
spies.ts refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
url_parser_spec.ts feat(router): auxiliary routes 2015-08-10 10:47:37 -07:00