26
ANGULAR COMMUNITY AND API DECISSIONS @DRPICOX

Angular 1.X Community and API Decissions

Embed Size (px)

Citation preview

ANGULAR COMMUNITY AND API DECISSIONS

@DRPICOX

NG-CONF 2015ANGULAR 1.3 MEETS ANGULAR 2.0

https://www.youtube.com/watch?v=pai1ZdFI2dg

• Started Nov 11, 2014

• Has 44 participants

https://github.com/angular/angular.js/issues/10007

https://github.com/angular/angular.js/issues/10888

https://github.com/angular/angular.js/pull/10467

https://github.com/angular/angular.js/issues/13658

https://github.com/angular/angular.js/issues/13664

https://github.com/angular/angular.js/issues/13664

https://github.com/angular/angular.js/issues/13664

https://github.com/angular/angular.js/issues/13664

https://github.com/angular/angular.js/issues/13683

https://github.com/angular/angular.js/issues/13683

https://github.com/angular/angular.js/issues/13683

https://github.com/angular/angular.js/issues/13683

https://github.com/angular/angular.js/pull/13732

https://github.com/angular/angular.js/pull/13732

https://github.com/angular/angular.js/pull/13732

https://github.com/angular/angular.js/pull/13732

https://github.com/angular/angular.js/pull/13741

https://github.com/angular/angular.js/pull/13742

https://github.com/angular/angular.js/pull/13742

• Started Nov 11, 2014

• Has 44 participants

• Today is closed and implemented in 1.5.0-rc1

https://github.com/angular/angular.js/issues/10007

• Always isolated

• Always restrict:’E’

• No controller leaking

• Directive compatible

https://github.com/angular/angular.js/issues/10007

angular.module(‘myApp’, []) .component(‘MyComponent’, { controller: MyController, bindings: { myBinding:‘=’ }, template: ‘$ctrl.woa()’, });

https://docs.angularjs.org/api/ng/provider/$compileProvider#component

https://docs.angularjs.org/api/ngMock/service/$componentController