angular-cn/modules/angular1_router/test/integration
Brian Ford 75343eb340 feat(router): add regex matchers
@petebacondarwin deserves credit for most of this commit.

This allows you to specify a regex and serializer function instead
of the path DSL in your route declaration.

```
@RouteConfig([
  { regex: '[a-z]+.[0-9]+',
    serializer: (params) => `{params.a}.params.b}`,
    component: MyComponent }
])
class Component {}
```

Closes #7325
Closes #7126
2016-03-02 16:08:19 -08:00
..
animation_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
lifecycle_hook_spec.js feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
navigation_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
router_spec.js fix(angular1_router): rename `router` component binding to `$router` 2016-03-02 16:08:19 -08:00
shim_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00