4
Cách kiểm tra đơn vị chỉ thị phạm vi cô lập trong AngularJS
Cách tốt để kiểm tra đơn vị phạm vi cô lập trong AngularJS là gì JSFiddle hiển thị đơn vị thử nghiệm Đoạn mã hướng dẫn scope: {name: '=myGreet'}, link: function (scope, element, attrs) { //show the initial state greet(element, scope[attrs.myGreet]); //listen for changes in the model scope.$watch(attrs.myGreet, function (name) …