meteorhacks / meteor-inject-initial

Allow injection of arbitrary data to initial Meteor HTML page
Other
78 stars 11 forks source link

Server outputs id not name attributes for meta #16

Closed JProgrammer closed 8 years ago

JProgrammer commented 8 years ago

The Injected.meta currently does not work because the server side outputs meta tags with id and the client is looking for element name.

arunoda commented 8 years ago

@gadicc could you have a look at this?

gadicc commented 8 years ago

Yup, that's right. Thanks for the fix, @JProgrammer. Preparing a new release now (and added some basic tests for the two high-level client-side methods).

gadicc commented 8 years ago

Released as v1.0.3; thanks, all.