http://angular.github.io/router/
时间:
2015-03-27 16:40:35
阅读:
180
评论:
收藏:
0
[点我收藏+]
Angular New Router
Guide
API
- routerViewPort - A routerViewPort is where resolved content goes.
- routerLink - Lets you link to different parts of the app, and automatically generates hrefs.
- $componentLoaderProvider - This lets you configure conventions for what controllers are named and where to load templates from.
- Router - The router is responsible for mapping URLs to components.
http://angular.github.io/router/
原文:http://www.cnblogs.com/eebb/p/4371948.html