From 24e69b73bd4026089a38cace88dbb554d86d80bf Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Tue, 20 Jan 2015 22:20:11 -0800 Subject: [PATCH] Note about adding AngularJS libraries with bower --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 992ed11e2..74dc09330 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,11 @@ $meteorSession('counter').bind($scope, 'counter'); ### Additional packages -Using this method, additional functionality has been provided to urigo:angular-meteor in the form of separate Meteor packages that expose and inject angular modules into angular-meteor. These packages have been developed by either the angular-meteor team and/or by third parties. The following is a non-exhaustive list of these packages: +To add AngularJS libraries from the community just use the [meteor-bower](https://github.com/mquandalle/meteor-bower) package. + +Sometimes an extra logic is needed to include the libraries to Meteor, for that you can create a Meteor package for them. + +Similar packages have been developed by either the angular-meteor team and/or by third parties. The following is a non-exhaustive list of these packages: - [urigo:ionic](https://github.com/Urigo/meteor-ionic) [Ionic Framework](http://ionicframework.com/) on top of Meteor. - [netanelgilad:angular-file-upload](https://github.com/netanelgilad/meteor-angular-file-upload) empowers angular-meteor with [angular-file-upload](https://github.com/nervgh/angular-file-upload) module.