all imlementations using AngularJS all imlementations of Simple Clicker

a controller implementation
of the Simple Clicker demo using AngularJS

Compare bootstrap.js to corresponding file in :


import angular from 'angular'

angular.module('clickerapp', [])

require('./clicker')