angularjs中嵌套的directive之间如何进行scope通讯?
2016年6月6日 - js代码 var testapp = angular.module('testapp', []); testapp.controller('parentController', ['$scope', '$window', function($scope, $window) {...
angularjs中嵌套的directive之间如何进行scope通讯?
2016年6月6日 - js代码 var testapp = angular.module('testapp', []); testapp.controller('parentController', ['$scope', '$window', function($scope, $window) {...