lvbreda / Meteor_angularjs

279 stars 42 forks source link

Meteor (v0.5.7) with Meteor_angularjs(v1.2.0) generates 'html##html_attributes##' tag within body tag #25

Closed ryutaaoki closed 11 years ago

ryutaaoki commented 11 years ago

This report is copied from stackoverflow as follows. http://stackoverflow.com/questions/15273221/meteor-v0-5-7-with-meteor-angularjs-v1-2-0-generates-htmlhtml-attributes

And I also reported to Meteor. https://github.com/meteor/meteor/issues/793


I would like to know how to solve this issue which Meteor (v0.5.7) with Meteor_angularjs(v1.2.0) generates 'html##html_attributes##' tag within body tag.

If I use Meteor(v0.5.6) with Meteor_angularjs(v1.2.0), this issue doesn't happen. So I think some generating code in Meteor(v0.5.7) has affected Meteor_angularjs.

This case is like this:

<html>
<head>…</head>
<body>
    <html##html_attributes##>
        <script type="text/javascript" src="/packages/underscore/underscore.js?47479149fe12fc56685a9de90c5a9903390cb451"></script>
        ...
        (generated code by Meteor) 
        ...
    </html##html_attributes##>
</body>
</html>

You can see this issue with todos from Meteor_angularjs (v1.2.0) with Meteor (v0.5.7). Avoiding this issue, I'm using Meteor (v0.5.6) currently for testing an integration of Meteor and Angular.

lvbreda commented 11 years ago

HI @jharajhara , thank you for reporting , I will be pushing a fully reworked version of this plugin tomorrow. Including updates for 0.5.7 and significant performance booster.

paralin commented 11 years ago

Hey @lvbreda you posting this anytime today?

lvbreda commented 11 years ago

@kidovate Version has been pushed to the git

paralin commented 11 years ago

@lvbreda You should probably re-publish it to Atmosphere as my meteorite doesn't want to update the package.