$watch、$watchGroup、$watchCollection

可以快速上手的开发文档

#$watch、$watchGroup、$watchCollection
$watch、$watchGroup、$watchCollection

Angular中的$watch、$watchGroup、$watchCollection

• 1,原型:$watch:function(watchExp,listener,objectEquality,prettyPrintExpression){};• 2,..