angular-cn/modules/angular1_router/test/integration
Vamsi V 7d83959be5 refactor(router): rename "as" to "name" in RouteConfig
BREAKING CHANGE:

This is a rename to make routing concepts easier to understand.

Before:

```
@RouteConfig([
  { path: '/', component: MyCmp, as: 'Home' }
])
```

After:

```
@RouteConfig([
  { path: '/', component: MyCmp, name: 'Home' }
])
```

Closes #4622

Closes #4896
2015-10-29 10:52:55 -07:00
..
animation_spec.js refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00
lifecycle_hook_spec.js refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
navigation_spec.js refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00
shim_spec.js feat(angular_1_router): add ngRouteShim module 2015-09-21 12:13:07 -07:00