mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user