mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
I think it is important to stress that you can use Template.currentData inside template.autorun, because you cannot use it inside Tracker.autorun, it throws an error that current view does not exist.