angular-cn/modules/angular1_router/test
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
..
integration refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
directive_introspector_spec.js refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00
ng_link_spec.js refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
util.es5.js refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00