2.3.2 前端AngularJS的作用域Scope - OhNaNaSun/angularBlog GitHub Wiki

理解AngularJS的作用域Scope

调用父级scope上的方法:$scope.$parent.resetLogin(data);