pbastowski / angular2-now

Angular 2 @Component syntax for Angular 1 apps
MIT License
145 stars 15 forks source link

fix(MeteorMethod): overwriting local options #39

Closed kamilkisiela closed 8 years ago

kamilkisiela commented 8 years ago

When MeteorMethod decorator has its own options and global options (ng2nOptions) have been set and there is the property with the same name, it will be overwritten.

Options are in wrong order.