您要查找的所有信息都可以在 AngularJS 文档网站上找到。
function compile(tElement, tAttrs, transclude) { ... }
function link(scope, iElement, iAttrs, controller) { ... }
function controller(scope, element, attribute, transcludeFn)
查看编写指令长版本
http://docs.angularjs.org/guide/directive