Releases: Urigo/angular-meteor
Releases · Urigo/angular-meteor
Update to AngularJS 1.3.1
0.5.2 Bump version
Pagination support
Thanks to @superchris
Fixing angular-include
Thanks to @artisonian
Fixing Angular bootstrapping on cordova
Thanks to @netanelgilad !!
Fix User undefined bug
0.4.7 Bump version
Global currentUser variable and performance improvements
- Added $rootScope.currentUser
- Added $rootScope.loggingIn
- Improved performance of collections - thanks to @zefei
- Improved performance of methods - thanks to @netanelgilad
Fix $subscribe argumets
Thanks for @seiyria for reporting
Adding subscribe option to bindOne
Adding the subscribe option to bindOne (like bind already has)
Meteor methods with promises
Introducing the $methods service which wraps up Meteor.methods with AngularJS promises
Changing jquery dependency to weak
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