meteorhacks / meteor-inject-initial

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

Inject.rawHead and Inject.rawBody currently don't support a function as data argument #6

Closed ghost closed 8 years ago

ghost commented 10 years ago

Inject.rawHead and Inject.rawBody currently don't support a function as data argument. In the README it is stated textOrFunc, so I thought it supports a function. I used Inject.rawModHtml instead.

And thanks for the package. It is really helpful and easy to use.

gadicc commented 8 years ago

Fixed in arunoda's refactor in https://github.com/meteorhacks/meteor-inject-initial/commit/a559816a4696002adb0c043b55f3cccaf2880046 from 2014-07-23 :) Thanks!