all imlementations using AngularJS all imlementations of Simple Clicker

a component w/o ctrl implementation
of the Simple Clicker demo using AngularJS

Framework Code size Bundle size Author Github
AngularJS 1.5.8 501 1218848 krawaller link

This solution uses the component syntax introduced in Angular 1.5, and has the controller defined separate.

In components, componentAs defaults to $ctrl (while defaults to false in directives).