Playing with html and responsive CSS in the form of a calendar. Resize the screen to see how it changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers']) | |
.run(function(DB) { | |
DB.init(); | |
}); |
A Pen by Jay Stevens on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<project name="audit" basedir="." default="audit"> | |
<property name="style" value="ZEND" /> | |
<property name="test" value="${source}/../test" /> | |
<property name="test-bootstrap" value="" /> | |
<target name="prepare"> | |
<mkdir dir="${out}" /> | |
</target> |
NewerOlder