Urigo / angular-blaze-template

Include Blaze templates in your angular-meteor application
https://atmospherejs.com/urigo/angular-blaze-template
MIT License
15 stars 6 forks source link

Fix "Template is not defined" error #7

Closed carlosbaraza closed 8 years ago

carlosbaraza commented 8 years ago

Without including this package I was receiving the error Template is not defined.

Thanks for the package!

Urigo commented 8 years ago

@carlosbaraza can you explain in more detail?

carlosbaraza commented 8 years ago

Hi @Urigo,

I made a mistake and I pushed two commits solving two different thing to the same branch. Then I closed this PR and opened two PRs for both things: #8 and #9

However, I am not using this package anymore, as I moved forward to the recommended way of not mixing up Blaze and Angular in the same package/project. Instead, now I package my Blaze templates using Blaze and export the compiled through directives, as this package is doing.