Skip to content

Instantly share code, notes, and snippets.

View davidmaogomezz's full-sized avatar

David Mauricio Gomez Zapata davidmaogomezz

View GitHub Profile
@davidmaogomezz
davidmaogomezz / index.html
Last active September 16, 2015 18:28
ionic list search
<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>
@davidmaogomezz
davidmaogomezz / Ionic Collapsed List.markdown
Created September 16, 2015 18:24
Ionic Collapsed List
@davidmaogomezz
davidmaogomezz / Ionic collapsible list.markdown
Created September 16, 2015 18:23
Ionic collapsible list
@davidmaogomezz
davidmaogomezz / index.html
Created September 16, 2015 18:21
ionic list
<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>
@davidmaogomezz
davidmaogomezz / Ionic Checkbox & LocalStorage.markdown
Created September 16, 2015 18:19
Ionic Checkbox & LocalStorage

Ionic Checkbox & LocalStorage

This is my Ionic-Forum version of the Ionic Checkbox & LocalStorage for debugging and trying out things. There is a problem with the ng-change, not updating immediately after clicking a true checkbox.

A Pen by DeutschMark on CodePen.

License.

@davidmaogomezz
davidmaogomezz / Ionic Labelled Toggle Switch.markdown
Created September 16, 2015 18:16
Ionic Labelled Toggle Switch

Ionic Labelled Toggle Switch

A simple labelled toggle switch for use in ionic based applications.

A Pen by Mike Jones on CodePen.

License.