A Pen by John Josef on CodePen.
AngularJS Semantic Dates
| # place in ~/.bashrc | |
| # if on OSX put [ -r ~/.bashrc ] && source ~/.bashrc in ~/.bash_profile | |
| function first_git() { | |
| git init | |
| git add -A :/ | |
| git commit -m "first commit" | |
| git remote add origin $1 | |
| git push -u origin master | |
| } |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
A Pen by John Josef on CodePen.
AngularJS Semantic Dates