Meteor Angular Jade

screenshot of Meteor Angular Jade

Compile Jade templates for use in meteor-angular.

Overview

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.

Features

  • Jade Template Compilation: Compile Jade templates for use in meteor-angular.
  • Compatibility with Angular 1.x: Compatible with Angular 1.x for seamless integration with meteor-angular.
  • Meteor Compatibility: Compatible with Meteor 1.2 and earlier versions.

Usage

To use meteor-angular-jade, follow these conventions for template filenames:

  • Files ending in *.ng.jade will be compiled to *.html.
  • For example, if you have a template file named templates/directives/editUserForm.ng.jade, it will be compiled to templates/directives/editUserForm.html. You can reference it as such in Angular.

Summary

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.