小白妹妹写代码
- 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指令什么情况下只能有一个根元素(root element)
好久么有记录什么有用的知识了,总是猴子掰玉米似的学点忘点:( 问题 在写自定义指令(custom directive)的时候,经常遇到下面这个错误: 1 Error: [$compile:tplrt] Template for directive 'xx...
-
Angular directive指令相关的scope问题(= @ & ?)
老生常谈之 isolated scope 每次说到directive, isolated scope总是要被提起的…官方的例子已经很好的说明了为什么我们需要isolated scope。当没有isolated scope的时候,directive依赖于controller的scope,这样每...