angular-meteor

Angular and Meteor - The perfect stack

MIT License

Downloads
94
Stars
2.4K
Committers
169

Bot releases are hidden (Show)

angular-meteor - Full authentication API, ng-annotate, $meteor.object enhancements

Published by Urigo over 9 years ago

Features

Performance improvements

Dependencies

Bug fixes

Docs

  • Documentation and Tutorial improvements, thanks to @PeterHB999 , @pbastowski , @EmmN , @srtucker22 , @ecwyne
  • Tons of improvements to the site, thanks to @simonv3
angular-meteor - Performance improvements and camera support

Published by Urigo over 9 years ago

Features

Performance improvements

Bug fixes

Fix support for users, thanks @tehXor for reporting - https://github.com/Urigo/angular-meteor/commit/8d585c9854271123eb7865f0c77044275ba65b26

Docs

angular-meteor - Handling Mongo ObjectID in removedAt

Published by Urigo over 9 years ago

  • Fix deleting object form console won't auto-refresh the collection
  • Update angular dependency to 1.3.14
angular-meteor - New shorter $meteor. API, new template extension, User promise, ...

Published by Urigo over 9 years ago

Features

Code refactorings

A lot of documentation improvements - thanks to @diego-vieira , @NazarK , @revov

angular-meteor - Update AngularJS to 1.3.13

Published by Urigo over 9 years ago

angular-meteor - Fix removeAll in $meteorCollection

Published by Urigo over 9 years ago

Fixes #176

angular-meteor - Fix $meteorObject.save

Published by Urigo over 9 years ago

Fixes #175 #177

angular-meteor - Improved deep sync mechanizm

Published by Urigo over 9 years ago

  • Use Meteor's diffArray for understanding Angular's changes and save them to Minimongo just like Blaze does
  • Improve Meteor diffArray to deep diff and deep save to Minimongo - Huge thanks to @fredrikekelund
  • Fix support for windows - thanks to @fredrikekelund
  • Update to meteor-bower 1.3.12
  • Release the package also through bower
  • Added meaningful tests - another huge thanks to @fredrikekelund
  • Update dependency to AngularJS 1.3.12
angular-meteor - Improving templates

Published by Urigo over 9 years ago

Minify and add all .tpl template to templateCache,
Fix inserting Meteor templates into templateCache,
Adding a promise to $meteorObject.save function with error information. solves #142

angular-meteor - New collection API, meteorObject, use default AngularJS delimiters {{ }} and much more

Published by Urigo almost 10 years ago

Biggest release so far. includes:

Changes since Alpha:

  • New $meteorObject for binding to a single object and not a collection with save and reset functions
  • Tests! thanks to the great @yagoferrer
  • Rename getReactivly to getReactively, fixes #114

Breaking changes

Remove automated angular module initialization. Now it's required to bootstrap the App.

Complete 0.6.0 changes:

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
angular-meteor - New collection API, use default AngularJS delimiters {{ }} and much more

Published by Urigo almost 10 years ago

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
angular-meteor - Handle addition and deletion from Mongo CLI

Published by Urigo almost 10 years ago

Thanks to @firdausramlan and @paulvanbladel for pointing this out!

angular-meteor - Fix sort in pagination, Update AngularJS

Published by Urigo almost 10 years ago

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

angular-meteor - Update to AngularJS 1.3.7

Published by Urigo almost 10 years ago

angular-meteor - Added handle onError for Meteor.subscribe

Published by Urigo almost 10 years ago

Thanks to @Kuzmin for the great pull request

angular-meteor - Adding $session service

Published by Urigo almost 10 years ago

angular-meteor - Cancel new scope in ng-template

Published by Urigo almost 10 years ago

Thanks to @Nieziemski for opening the issue.
Solves https://github.com/Urigo/angular-meteor/issues/58

angular-meteor - Fix $digest already in progress

Published by Urigo almost 10 years ago

fix phase check in isolated scopes thanks to @Nieziemski !

angular-meteor - iron-router support fix

Published by Urigo almost 10 years ago

Thanks to @stlouisweb !

angular-meteor - Excluding docs from bundled package

Published by Urigo almost 10 years ago

Thanks to @b1rdex