Skip to content

Instantly share code, notes, and snippets.

@wpmnger
wpmnger / index.html
Created November 11, 2014 14:39
Pagination and sorting example for emberjs website // source http://jsbin.com/fayug
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Pagination and sorting example for emberjs website" />
<meta charset=utf-8 />
<title>JS Bin</title>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v2.0.0.js"></script>
<script src="http://builds.emberjs.com/ember-latest.js"></script>
<style id="jsbin-css">