angular-cn/modules/angular1_router
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
..
lib refactor(angular_1_router): use directives for route targets 2015-09-21 12:13:07 -07:00
src docs(chore): make styles consistent for API doc headings 2015-10-19 14:58:22 +00:00
test refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
build.js refactor(ngOutlet): move to typescript 2015-10-09 03:40:42 +00:00
index.html refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
karma-router.conf.js feat(angular_1_router): add ngRouteShim module 2015-09-21 12:13:07 -07:00
tsd.json refactor(ngOutlet): using some typescript features 2015-10-09 03:40:42 +00:00