-2
我想了解許多教程中的angularjs指令prelink/postlink函數,但無法確定正常鏈接函數是否等同於前鏈接或後鏈接函數。Angularjs1.x指令預鏈接/後鏈接/鏈接功能區別?
(1)
link : function(scope element, attrs) {
}
(2)
pre : function(scope element, attrs) {
}
(3)
post : function(scope element, attrs) {
}
「是(1)等於(2)||(1)等於(3)」 ??