Skip to content

Commit 24e69b7

Browse files
committed
Note about adding AngularJS libraries with bower
1 parent db6c1ec commit 24e69b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,11 @@ $meteorSession('counter').bind($scope, 'counter');
213213

214214
### Additional packages
215215

216-
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:
216+
To add AngularJS libraries from the community just use the [meteor-bower](https://github.com/mquandalle/meteor-bower) package.
217+
218+
Sometimes an extra logic is needed to include the libraries to Meteor, for that you can create a Meteor package for them.
219+
220+
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:
217221

218222
- [urigo:ionic](https://github.com/Urigo/meteor-ionic) [Ionic Framework](http://ionicframework.com/) on top of Meteor.
219223
- [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.

0 commit comments

Comments
 (0)