Skip to content

Instantly share code, notes, and snippets.

View casio's full-sized avatar

Carsten Kraus casio

  • Cologne, Germany
View GitHub Profile
@casio
casio / ngswipe-example.html
Last active December 11, 2016 08:34
ngSwipe example
<!DOCTYPE html>
<html ng-app="app">
<head lang="en">
<meta charset="utf-8">
<title>ngSwipe example</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<style type="text/css">
div { margin:30px; padding:30px; background:silver;}
div:nth-child(2n) {background-color: blue; }
</style>