Skip to content

New collection API, use default AngularJS delimiters {{ }} and much more

Pre-release
Pre-release
Compare
Choose a tag to compare
@Urigo Urigo released this 07 Jan 00:51
· 3288 commits to master since this release

Biggest release so far. includes:

New, nicer, faster collection API

No need for changing AngularJS default delimiters

  • We added a Meteor build plugin that compiles .tpl files like regular HTML files without Blaze so you won't have to change your templates
  • Now you can use ui-router without a Meteor package. just include it with bower and send the .tpl file location in the templateUrl router parameter.

Migrate your existing AngularJS app easily to Meteor

  • Now without changing the default delimiters and using special ui-roter Meteor package, you can migrate your existing apps easily

Prefix all angular-meteor services with $meteor prefix - fixes #20

Send the subscription handle as a parameter in the promise of the $meteorSubscribe service - fixes #98

Add $meteorUtils service with the following functions:

  • autorun - Runs a Meteor Tracker.autorun with AngularJS scope compile
  • getCollectionByName