Skip to content

Instantly share code, notes, and snippets.

@four2theizz0
four2theizz0 / index.html
Created June 19, 2014 09:18
A Pen by Rasmus Andersen.
<html ng-app="ionicApp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Ionic List Directive with infinite scrolling</title>
<link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet">
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.min.js"></script>
</head>
@four2theizz0
four2theizz0 / iIncg.markdown
Created June 19, 2014 09:26
A Pen by phuongphan.

Ionic Framework Infinite Scroll and Angular Filter limitTo

Combine both to work with static data in the array

A Pen by Sunny on CodePen.

License.

Ionic Auto Open and Close Modal Example

Example showing Modal opening and closing automatically based on loggedIn state.

A Pen by Justin Noel on CodePen.

License.

Ionic - Pull To Refresh Nightly 03/11/2014

Using the Pull To Refresh feature for release AFTER 0.9.26

A Pen by Justin Noel on CodePen.

License.

@four2theizz0
four2theizz0 / fpCyl.markdown
Created June 20, 2014 04:56
A Pen by Anonasaurus Rex.
@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>
@four2theizz0
four2theizz0 / List-filter-with-AngularJS.markdown
Created July 21, 2014 08:37
A Pen by Ondřej Page Bárta.