link标签的includes属性
如图在观察新浪微博的页面的时候发现他有一些css是通过link标签的includes属性引用的,想问问includes是怎么加载的,从devTool中Element貌似也没看到…
angular指令的compile的参数(tElement,tAttrs)和link中的参数(scope,iElement,iAttrs)究竟有什么区别?
RT: 自己编写angular指令: compile:function(tElement,tAttrs,linker){ return function(scope,iEle,iAttrs,ctrl,linker){ } } compile函数有三个参…