我想要立即使用数据绑定的值:
从Json文件获取数据绑定到scope中
$scope.abc="hahahah";
<
p class="***" data-value="{{abc}}" skilldetail='' index='0'>
但是从directive的link函数中获取data-value时并没有获取到"hahahah",获取到的是{{abc}}
element.find('.***').attr('data-value');的值是{{abc}}, 不是hahahah.
这个该怎么做啊? ng-bing的值什么时候生效?
$scope.apply() tells angular that it’s time to update the data