Skip to content

Releases: Urigo/angular-meteor

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

07 Jan 00:51
Compare
Choose a tag to compare

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

Handle addition and deletion from Mongo CLI

22 Dec 18:38
Compare
Choose a tag to compare

Fix sort in pagination, Update AngularJS

22 Dec 12:57
Compare
Choose a tag to compare

Fix sorting in pagination (see tutorial) and update AngularJS to 1.3.8

Update to AngularJS 1.3.7

17 Dec 19:44
Compare
Choose a tag to compare
0.5.9

Update to angular 1.3.7

Added handle onError for Meteor.subscribe

17 Dec 18:55
Compare
Choose a tag to compare

Thanks to @Kuzmin for the great pull request

Adding $session service

18 Nov 17:52
Compare
Choose a tag to compare
0.5.7

Adding $session service, closes https://github.com/Urigo/angular-mete…

Cancel new scope in ng-template

18 Nov 14:13
Compare
Choose a tag to compare

Thanks to @Nieziemski for opening the issue.
Solves #58

Fix $digest already in progress

18 Nov 00:32
Compare
Choose a tag to compare

fix phase check in isolated scopes thanks to @Nieziemski !

iron-router support fix

14 Nov 17:13
Compare
Choose a tag to compare

Excluding docs from bundled package

07 Nov 15:17
Compare
Choose a tag to compare