ANGULAR COMMUNITY
AND API DECISSIONS
@DRPICOX
NG-CONF 2015
ANGULAR 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/petebacondarwin/angular.js/commit/
c2270e1ec068022e19414b30a1458173632c2515
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
https://github.com/angular/angular.js/commit/
72b96ef57a28743e2dfed523701cc2e88e3b473b
• 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

Angular 1.X Community and API Decissions