Skip to content

alexnsolo/meteor-angular-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8de17f · Aug 25, 2016

History

18 Commits
Mar 8, 2015
Mar 8, 2015
Aug 25, 2016
May 26, 2015
Oct 7, 2015

Repository files navigation

!! COMPATIBLE WITH METEOR 1.2 and EARLIER

meteor-angular-jade

Compile Jade templates for use in meteor-angular, with Angular 1.x.

Prerequisites

For use with angular-meteor only. https://github.com/Urigo/angular-meteor

Installation

meteor add civilframe:angular-jade

Usage

Files ending in *.ng.jade and will be compiled to *.html

For example, "templates/directives/editUserForm.ng.jade" will be compiled to "templates/directives/editUserForm.html", so you'll want to reference it as such in Angular.