
Compile Jade templates for use in meteor-angular.
The meteor-angular-jade is a compatibility plugin designed to compile Jade templates for use in meteor-angular with Angular 1.x. It requires the use of angular-meteor and is compatible with Meteor 1.2 and earlier versions.
meteor-angular.meteor-angular.To use meteor-angular-jade, follow these conventions for template filenames:
*.ng.jade will be compiled to *.html.templates/directives/editUserForm.ng.jade, it will be compiled to templates/directives/editUserForm.html. You can reference it as such in Angular.The meteor-angular-jade plugin allows you to compile Jade templates for use in meteor-angular with Angular 1.x. It is compatible with Meteor 1.2 and earlier versions. By following the specified filename conventions, you can seamlessly integrate and utilize Jade templates in your meteor-angular projects.
