##Angular directives for Flat UI
- checkboxes
- radio buttons
- switches
Check the JSFiddle
###Example
| /* | |
| * Async.gs | |
| * | |
| * Manages asyncronous execution via time-based triggers. | |
| * | |
| * Note that execution normally takes 30-60s due to scheduling of the trigger. | |
| * | |
| * @see https://developers.google.com/apps-script/reference/script/clock-trigger-builder.html | |
| */ |
##Angular directives for Flat UI
Check the JSFiddle
###Example
| " Made by @henriquegogo | |
| " Script moved to https://github.com/henriquegogo/dotfiles | |
| " I'll maintain this one just for compatibility with old references and history | |
| au VimEnter * !wget https://raw.githubusercontent.com/henriquegogo/dotfiles/master/.vimrc -O ~/.vimrc |