小白妹妹写代码
- Hong Kong, China
- luohaojing[at]gmail.com
- https://sabrinaluo.github.io/tech
JavaScript是世界上第二好的语言😏
- Hong Kong, China
- luohaojing[at]gmail.com
- https://sabrinaluo.github.io/tech
-
Angular directive指令相关的scope问题(= @ & ?)
老生常谈之 isolated scope 每次说到directive, isolated scope总是要被提起的…官方的例子已经很好的说明了为什么我们需要isolated scope。当没有isolated scope的时候,directive依赖于controller的scope,这样每...