@@ -115,6 +115,10 @@ BindingProto.update = function (value) {
this.pub()
}
+/*
+ * -- computed property only --
+ * Force all instances to re-evaluate themselves
+ */
BindingProto.refresh = function () {
var i = this.instances.length
while (i--) {
@@ -58,8 +58,8 @@ DirProto.update = function (value) {
/*
* called when a dependency has changed
- * computed properties only
*/
DirProto.refresh = function () {
// pass element and scope info to the getter