feat(range): add ability to add labels to the left/right of range

using `range-left` and `range-right` inside of `ion-range` will place
the element to the left or right of the range.

references #5422
This commit is contained in:
Brandy Carney
2016-05-31 20:11:07 -04:00
parent 03f4511635
commit fc819dd9c4
12 changed files with 117 additions and 97 deletions

View File

@ -10,9 +10,13 @@
<link md-href="../output.md.css" rel="stylesheet">
<link wp-href="../output.wp.css" rel="stylesheet">
<script type="text/javascript" src="/dist/demos/scrollbar-fix.js"></script>
<script src="../../js/es6-shim.min.js"></script>
<script src="../../js/es6-module-loader.src.js"></script>
<script src="../../js/Reflect.js"></script>
<script src="../../js/zone.js"></script>
<script src="../../js/system.src.js"></script>
<script>
System.config({
map: {
@ -36,12 +40,8 @@
});
</script>
<script src="../../js/zone.js"></script>
<script src="../../js/Reflect.js"></script>
<script src="../../js/Rx.js"></script>
<script src="../../bundles/ionic.system.js"></script>
<script src="../../js/Rx.js"></script>
</head>
<body>
<ion-app>