1. 首页
  2. 数据库
  3. 其它
  4. Angular中的$watch、$watchGroup、$watchCollection

Angular中的$watch、$watchGroup、$watchCollection

上传者: 2020-12-31 13:32:31上传 PDF文件 58.54KB 热度 9次
• 1,原型:$watch: function(watchExp, listener, objectEquality, prettyPrintExpression){}; • 2,参数:watchExp(必须):{(function()|string)},可以字符串表达式,也可以带当前scope为参数的函数 • - `string`: Evaluated as {@link guide/expression expression} • - `function(scope)`: called with current `scope` as a parameter. • 3
下载地址
用户评论