Angular-Meteor merges two of the most successful JavaScript frameworks on the market, allowing developers to blend their features into a real-time full-stack development toolkit.
With Angular-Meteor developers will be able to trigger Angular code in the user's browser from a Meteor server, they'll be able to sync data between the client and the server in real-time, and they can trigger functions in each of the frameworks using code from the other one.
This interoperability gives developers a broader set of tools when developing JS-based applications, and frees them from dealing with specific tools for specific portions of their code.
Documentation and video tutorials to help programmers get started are included, along with in-depth instructions on how to create your first Angular-Meteor application.
What is new in this release:
- Remove your urigo:angular package and change to the angular package.
What is new in version 1.2.1:
- Remove your urigo:angular package and change to the angular package.
What is new in version 0.9.3 / 1.0.0-rc.6:
- Add E2E tests, unit tests and Travis
- Collection rendering speed improvement
What is new in version 0.9.2:
- Add E2E tests, unit tests and Travis
- Collection rendering speed improvement
What is new in version 0.8.12:
- Add E2E tests, unit tests and Travis
- Collection rendering speed improvement
What is new in version 0.8.10:
- Features:
- Deep copy changes from server to keep nested reference
- Add CollectionFS support for $meteor.object
- Add $scope.$meteorAutorun, for ease of use
- Bug Fixes:
- Copy realOldItems by value and not by reference
Comments not found