... ($scope) { $scope.answer = 42; }); m.controller('Controller2', function($scope) { // Prints '42' if $scope is a descendant of // a scope that Controller1 ...
確定! 回上一頁