在编写Angular指令时,你可以使用以下任意函数来操作声明指令的元素的DOM行为、内容和外观:
- 编译
- 控制器
- pre-link
- post-link
对于应该使用哪个函数,似乎有些困惑。这个问题包括:
基本指令
功能性质,该做的和不该做的
- < a href = " https://stackoverflow.com/a/24615207/1179377 " > < / >编译
- 控制器< a href = " https://stackoverflow.com/a/24615239/1179377 " > < / >
- < a href = " https://stackoverflow.com/a/24615261/1179377 " > Pre-link < / >
- < a href = " https://stackoverflow.com/a/24615104/1179377 " > Post-link < / >
相关问题: