Forked from Katie Harron's Pen Simple ToDo app in Angularjs that saves to localstorage.
A Pen by Chris von Csefalvay on CodePen.
Local storage mechanism:
Forked from Katie Harron's Pen Simple ToDo app in Angularjs that saves to localstorage.
A Pen by Chris von Csefalvay on CodePen.
Local storage mechanism:
A dialog/modal service written in AngularJS, creates predefined easy to use dialogs (error,wait,notify,confirm,create) with Angular UI and Bootstrap 3
A Pen by Michael E Conroy on CodePen.
| .validationclass | |
| // add invalidated style here | |
| display: none | |
| & + input:focus | |
| display: block | |
| & + input:focus:required:valid | |
| // add validated style | |
| $animation-width: 1024px | |
| $animation-height: 768px | |
| // Animation keyframes | |
| @-webkit-keyframes fio | |
| 0%, 100% | |
| opacity: 0.2 | |
| -webkit-transform: scale(0.2, 0.2) | |
| -webkit-filter: blur(3px) |
| (function( $ ) { | |
| $.fn.randomise = function(options) { | |
| var settings = $.extend({ | |
| // Setting defaults | |
| position: "absolute", | |
| sizemin: 10, | |
| sizemax: 64, | |
| xmin: 0, | |
| ymin: 0, |