51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#watchGroup
angular之$watch() $watchGroup()和$watchCollection()
$watch$watch主要是用来监听一个对象,在对象发生变化时触发某个事件。 用法:$scope.$watch(watchFn,watchAction,deepWatch)接下来讲一下这几个参数: 参数说明watchFnangular表达式或函数的字符串watchAction(newValue,o...
代码星球
·
2020-04-03
angular
watch
watchGroup
watchCollection
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他