mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-24 21:48:49 +08:00
Support controller: 'MyController as my' syntax for directives which publishes the controller instance to the directive scope. Support controllerAs syntax to define an alias to the controller within the directive scope.