erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 217 forks source link

updating template helper syntax #36

Closed gwongz closed 10 years ago

gwongz commented 10 years ago

Updating template helper syntax to Template.someTemplate.helpers(...) since Template.someTemplate.myHelper = ... syntax was deprecated in v0.9.4.

https://github.com/meteor/meteor/blob/devel/History.md#v094

JogoShugh commented 10 years ago

I keep seeing this messages in my console too.