Skip to content

Releases: Urigo/angular-meteor

Update to AngularJS 1.3.1

02 Nov 16:47
Compare
Choose a tag to compare
0.5.2

Bump version

Pagination support

29 Oct 16:47
Compare
Choose a tag to compare

Fixing angular-include

25 Oct 21:39
Compare
Choose a tag to compare

Fixing Angular bootstrapping on cordova

24 Oct 08:59
Compare
Choose a tag to compare

Fix User undefined bug

18 Oct 18:57
Compare
Choose a tag to compare
0.4.7

Bump version

Global currentUser variable and performance improvements

17 Oct 16:29
Compare
Choose a tag to compare
  • Added $rootScope.currentUser
  • Added $rootScope.loggingIn
  • Improved performance of collections - thanks to @zefei
  • Improved performance of methods - thanks to @netanelgilad

Fix $subscribe argumets

14 Oct 16:28
Compare
Choose a tag to compare

Thanks for @seiyria for reporting

Adding subscribe option to bindOne

13 Oct 00:26
Compare
Choose a tag to compare

Adding the subscribe option to bindOne (like bind already has)

Meteor methods with promises

12 Oct 14:46
Compare
Choose a tag to compare

Introducing the $methods service which wraps up Meteor.methods with AngularJS promises

Changing jquery dependency to weak

09 Oct 20:22
Compare
Choose a tag to compare

Changing Jquery dependency to weak one, which means that only if another package requires Jquery, Jquery will be loaded before angular-meteor.
Thank a lot to @sanjo