angularjs父子控制器

可以快速上手的开发文档

#angularjs父子控制器
angularjs父子控制器

angular中实现控制器之间传递参数的方式

在angular中,每个controller(控制器)都会有自己的$scope,通过为这个对象添加属性赋值,就..