You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,10 @@ it can be easily injected into ngMeteor like this:
211
211
Using this method, additional functionality has been provided to urigo:ngmeteor in the form of separate Meteor packages that expose and inject angular modules into ngMeteor. These packages have been developed by either the ngMeteor Team and/or by third parties. The following is a non-exhaustive list of these packages:
212
212
213
213
-[urigo:angular-ui-router](https://github.com/Urigo/meteor-angular-ui-router) empowers ngMeteor with the [ui-router](https://github.com/angular-ui/ui-router) module.
214
+
-[netanelgilad:angular-file-upload](https://github.com/netanelgilad/meteor-angular-file-upload) empowers ngMeteor with [angular-file-upload](https://github.com/nervgh/angular-file-upload) module.
215
+
-[davidyaha:ng-grid](https://github.com/davidyaha/meteor-ng-grid) empowers ngMeteor with [ui-grid](https://github.com/angular-ui/ng-grid) module.
216
+
-[netanelgilad:angular-sortable-view](https://github.com/netanelgilad/meteor-angular-sortable-view/) empowers ngMeteor with [angular-sortable-view](https://github.com/kamilkp/angular-sortable-view) module.
217
+
-[netanelgilad:text-angular](https://github.com/netanelgilad/meteor-textAngular/) empowers ngMeteor with [textAngular](https://github.com/fraywing/textAngular) module.
214
218
215
219
Feel free to make ngMeteor module smart packages, and please contact [urigo](https://github.com/urigo) if you would like your package to be listed here as well.
216
220
Be sure to be compatible with Meteor 0.9.0 and above and it's packaging system!
0 commit comments