标签:custom 对象 name 注入 red stat 定义 函数 参数配置
.state(‘页面被引用时的变量名‘,{
template: ‘<h1>My Contacts</h1>‘,//被应用时插入的模板,状态被激活时,它的模板会自动插入到父状态对应的模板中包含ui-view
属性的元素内部。
templateUrl:‘指定的页面‘,//来加载指定位置的模板,可以是一个页面也可以是一个返回url的函数
controller:‘function($scope){$scope.title = ‘My Contacts‘;}’,//或者一个已经定义好的控制器的名字如indexCtrl
resolve
为控制器提供可选的依赖注入项})
标签:custom 对象 name 注入 red stat 定义 函数 参数配置
原文地址:http://www.cnblogs.com/xhliang/p/7483744.html