angular-meteor

Angular and Meteor - The perfect stack

MIT License

Downloads
94
Stars
2.4K
Committers
169

Bot releases are hidden (Show)

angular-meteor - Update to AngularJS 1.3.1

Published by Urigo almost 10 years ago

angular-meteor - Pagination support

Published by Urigo almost 10 years ago

Thanks to @superchris

angular-meteor - Fixing angular-include

Published by Urigo almost 10 years ago

Thanks to @artisonian

angular-meteor - Fixing Angular bootstrapping on cordova

Published by Urigo almost 10 years ago

Thanks to @netanelgilad !!

angular-meteor - Fix User undefined bug

Published by Urigo about 10 years ago

angular-meteor - Global currentUser variable and performance improvements

Published by Urigo about 10 years ago

  • Added $rootScope.currentUser
  • Added $rootScope.loggingIn
  • Improved performance of collections - thanks to @zefei
  • Improved performance of methods - thanks to @netanelgilad
angular-meteor - Fix $subscribe argumets

Published by Urigo about 10 years ago

Thanks for @seiyria for reporting

angular-meteor - Adding subscribe option to bindOne

Published by Urigo about 10 years ago

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

angular-meteor - Meteor methods with promises

Published by Urigo about 10 years ago

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

angular-meteor - Changing jquery dependency to weak

Published by Urigo about 10 years ago

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

angular-meteor - meteor-include directive

Published by Urigo about 10 years ago

Add the meteor-include directive for including Meteor templates like loginButtons thanks to @Sanjo

angular-meteor - Rename to angular-meteor and urigo:angular package

Published by Urigo about 10 years ago

Rename ngMeteor module to angular-meteor
Rename urigo:ngmeteor package to urigo:angular

angular-meteor - The $user service

Published by Urigo about 10 years ago

angular-meteor - Update to new Angular version

Published by Urigo about 10 years ago

angular-meteor - Subscription support with promises!

Published by Urigo about 10 years ago

Adding $subscribe to support subscription with promises and added auto subscribe option to $collection.bind

angular-meteor - Add autobind to bindOne

Published by Urigo about 10 years ago

angular-meteor - Fix autobind

Published by Urigo about 10 years ago

making autobind work again

angular-meteor - BindOne and Bower support

Published by Urigo about 10 years ago

Adding bindOne for binding a single object in a collection with a given id (thanks to @hyperborea).
Adding bower support for including angular.
Removing angular sub modules:
angular-route, angular-touch, angular-animate, angular-cookies, angular-resource, angular-sanitize.
If you wish to include then, just add them with bower:
https://github.com/mquandalle/meteor-bower

angular-meteor - Increasing version to link Github to Atmosphere

Published by Urigo about 10 years ago

Soon a new version with more features

angular-meteor - 0.2.0 with support for Meteor 0.9.0

Published by Urigo about 10 years ago

Finally merging branch 0.2 to master.
Also added support for Meteor 0.9.0 and the new packaging system - new package name: urigo:ngmeteor