Links and tips on how to get a pi set up for developing remotely (#rsyn, #ssh, #mac, #pi)
required (used)
- Raspberry Pi, SD Card, 5V micro-USB
- Macbook Pro w/ ethernet adapter
- WiFi with internet connection
/** | |
* Decorates the ui-bootstrap datepicker directive's controller to allow | |
* refreshing the datepicker view (and rerunning invalid dates function) | |
* upon an event trigger: `$scope.$broadcast('refreshDatepickers');` | |
* | |
* Works with inline and popup. Include this after `ui.bootstrap` js | |
*/ | |
angular.module('ui.bootstrap.datepicker') | |
.config(function($provide) { | |
$provide.decorator('datepickerDirective', function($delegate) { |