A Pen by Iván Álvarez 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
<html ng-app="smb.locations"> | |
<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</title> | |
<link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet"> | |
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"> | |
</script> |
A Pen by Qing Sheng on CodePen.
A Pen by Nada Kamel Abdelhady on CodePen.
A Pen by Scott Whittaker 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
<html ng-app="ionicApp"> | |
<head> | |
<title>Ionic Accordion</title> | |
</head> | |
<body ng-controller="MyCtrl"> | |
<ion-header-bar class="bar-positive"> | |
<h1 class="title">Ionic List</h1> | |
</ion-header-bar> | |
<ion-content> | |
<ion-list> |
A Pen by Fabio Biondi on CodePen.
A Pen by Avinash Kondagunta on CodePen.
A Pen by Luciano Tonet on CodePen.