issues Search Results · repo:meteorhacks/meteor-inject-initial language:JavaScript
Filter by
18 results
(113 ms)18 results
inmeteorhacks/meteor-inject-initial (press backspace or delete to remove)Hi! just installed meteor-inject-initial and put the following code in meteor server main file fo modify head tag:
Inject.rawModHtml( cdnStyle , function(html) {
return html.replace( head ...
mgscreativa
- Opened on Sep 6, 2018
- #23
This is a weird issue: my code gets injected in the wrong place, at the end of body instead of the end of head.
This also happens with just having code in a plain HTML file and using the static-html package ...
SachaG
- 2
- Opened on May 17, 2016
- #22
When I did mongodb query to get the data for initial inject, it fail to inject. It succeed to inject in second load.
I suspect it is due to mongodb query takes time. When it late, so nothing to inject ...
invalid
Dielz98
- 3
- Opened on May 13, 2016
- #21
I ve been running into this error (and also Error: Inject.meta(id, data [,res]) expectsdatato be an String or Function
when using Inject.meta) when passing a number.
The documentation doesn t make it ...
enhancement
SachaG
- 5
- Opened on May 13, 2016
- #20
I tried both of these:
Inject.rawModHtml( raf-timeout , function(html, res) {
return html + !-- hello Inject --
})
Inject.rawModHtml( raf-timeout , function(html, res) {
res.end(html + ...
trusktr
- 1
- Opened on May 4, 2016
- #19
I m trying
Inject.rawModHtml( raf-timeout , function(html, res) {
console.log( ------ HTML , html)
})
on the server side, but that console.log never fires when I refresh the client.
trusktr
- 8
- Opened on Mar 3, 2016
- #18
The package doesn t work with METEOR@1.3-modules-beta.8. It still works at METEOR@1.3-modules-beta.6, but broke with
METEOR@1.3-modules-beta.7.
When using beta-8, the server doesn t inject any data into ...
dferber90
- 3
- Opened on Feb 17, 2016
- #17
While using it in my meteor application i am getting the below error
W20150603-16:45:52.065(5.5)? (STDERR) TypeError: Object n(attributeValue) {\n if (!attributeValue ||
!attributeValue.match(REG_EXP)) ...
Karabi-Choudhury
- 3
- Opened on Jun 5, 2015
- #15
I made an inject API proposal for Meteor. Maybe people here will appreciate it. :-)
https://github.com/meteor/meteor/pull/2874
mitar
- Opened on Dec 7, 2014
- #14
It looks like using more than a package that makes use on inject-initial causes one of the two to throw an error on the
client, just like its own injected object is not available.
You can see some details ...
tanis2000
- 1
- Opened on Nov 6, 2014
- #13

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.