$scope生命周期

controllerScope = scope;
if (newIsolateScopeDirective) {
isolateScope = scope.$new(true);
} else if (newScopeDirective) {
controllerScope = scope.$parent;
}

posted @ 2019-09-29 14:09  onyli  阅读(125)  评论(0)    收藏  举报