Skip to content

Commit

Permalink
fix: deep-watch fa-options to support inline options declarations wit…
Browse files Browse the repository at this point in the history
…hout digest errors
  • Loading branch information
zackbrown committed Sep 9, 2014
1 parent 422576a commit d606701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/famous-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,7 @@ angular.module('famous.angular')
return scope.$eval(attrs.faOptions);
}, function () {
isolate.renderNode.setOptions(scope.$eval(attrs.faOptions));
});
}, true);
}
};
}
Expand Down
Loading

1 comment on commit d606701

@Nytrm
Copy link
Contributor

@Nytrm Nytrm commented on d606701 Sep 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Please sign in to comment.