toddmotto / angular-component

Fully featured .component() polyfill for Angular v1.3+
https://toddmotto.com
Other
191 stars 30 forks source link

Align with latest NG 1.5 changes #7

Closed borislit closed 8 years ago

borislit commented 8 years ago

Set $ctrl as default controllerAs param and removed option to configure scope (set it isolated by default).

All this in order to be compliant with latest changes to angular 1.5: https://github.com/angular/angular.js/pull/13710

toddmotto commented 8 years ago

Awesome, would you be able to run npm i and then gulp to generate the /dist files please, we could bump this to 0.0.3 inside package.json too? :)

borislit commented 8 years ago

@toddmotto Sure. Ill push in few minutes

toddmotto commented 8 years ago

Cheers dude, I'll update the Readme unless you have time (see changelog at bottom) :)

borislit commented 8 years ago

@toddmotto pushed the dist files. I dont mind changing README, but ill have to do it a bit later :) Lets see who gets there first :)

Glad to help :)