urigo:angular-blaze-template
<blaze-template>
Include Blaze templates in your angular-meteor application.
Quick start
In the command line: $ meteor add urigo:angular-blaze-template
You can include Meteor's Blaze native templates with the blaze-template directive.
1<template name="todoList"> 2 A couple of todos 3</template> 4 5<blaze-template name="todoList"></blaze-template>
Read more on blaze-template, using parameters and binding Blaze templates to Angular's scope in the API docs.