Skip to content

Instantly share code, notes, and snippets.

Ionic Infinite Scroll showing Github Commits

This pen shows the Github commits for the Ionic Framework as an infinite scroll list. It makes HTTP requests to load the data (may happen so fast you don't notice) but it only loads 30 items at a time. Please note that Github's API is rate limited, so you get 60 requests an hour unless you sign the request with Github's authentication.

A Pen by Jeremy Wilken on CodePen.

License.

Thumbnail List: 1.0.0-beta.12

An Ionic thumbnail list without using the list directive, but just plain jane HTML/CSS and Angular ng-repeat.

A Pen by Ionic on CodePen.

License.

@four2theizz0
four2theizz0 / Simple-Ionic-Slide.markdown
Created September 13, 2014 20:09
A Pen by Justin Noel.
@four2theizz0
four2theizz0 / List-filter-with-AngularJS.markdown
Created July 21, 2014 08:37
A Pen by Ondřej Page Bárta.
@four2theizz0
four2theizz0 / index.html
Created June 21, 2014 06:38
A Pen by four2theizz0.
<html ng-app="ionicApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Nav view in sidebar example</title>
<link href="http://code.ionicframework.com/0.9.26/css/ionic.min.css" rel="stylesheet">
<script src="http://code.ionicframework.com/0.9.26/js/ionic.bundle.min.js"></script>
</head>