Skip to content

Commit 988a15d

Browse files
committed
demos: update for nightly
1 parent 674208b commit 988a15d

9 files changed

+25
-25
lines changed

nightly/ionic/css/ionic.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0-beta.12-nightly-471
5+
* Ionic, v1.0.0-beta.12-nightly-472
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2287,11 +2287,11 @@ body.grade-b, body.grade-c {
22872287
position: absolute;
22882288
border-radius: 4px;
22892289
background: rgba(0, 0, 0, 0.3);
2290-
opacity: 1; }
2290+
opacity: 1;
2291+
-webkit-transition: opacity 0.3s linear;
2292+
-moz-transition: opacity 0.3s linear;
2293+
transition: opacity 0.3s linear; }
22912294
.scroll-bar-indicator.scroll-bar-fade-out {
2292-
-webkit-transition: opacity 0.3s linear;
2293-
-moz-transition: opacity 0.3s linear;
2294-
transition: opacity 0.3s linear;
22952295
opacity: 0; }
22962296

22972297
.grade-b .scroll-bar-indicator, .grade-c .scroll-bar-indicator {

nightly/ionic/css/ionic.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nightly/ionic/js/ionic-angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0-beta.12-nightly-471
5+
* Ionic, v1.0.0-beta.12-nightly-472
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

nightly/ionic/js/ionic-angular.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nightly/ionic/js/ionic.bundle.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright 2014 Drifty Co.
1010
* http://drifty.com/
1111
*
12-
* Ionic, v1.0.0-beta.12-nightly-471
12+
* Ionic, v1.0.0-beta.12-nightly-472
1313
* A powerful HTML5 mobile app framework.
1414
* http://ionicframework.com/
1515
*
@@ -25,7 +25,7 @@
2525
// build processes may have already created an ionic obj
2626
window.ionic = window.ionic || {};
2727
window.ionic.views = {};
28-
window.ionic.version = '1.0.0-beta.12-nightly-471';
28+
window.ionic.version = '1.0.0-beta.12-nightly-472';
2929

3030
(function(window, document, ionic) {
3131

@@ -4627,7 +4627,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
46274627
var bar = document.createElement('div'),
46284628
indicator = document.createElement('div');
46294629

4630-
indicator.className = 'scroll-bar-indicator';
4630+
indicator.className = 'scroll-bar-indicator scroll-bar-fade-out';
46314631

46324632
if(direction == 'h') {
46334633
bar.className = 'scroll-bar scroll-bar-h';
@@ -35228,7 +35228,7 @@ angular.module('ui.router.compat')
3522835228
* Copyright 2014 Drifty Co.
3522935229
* http://drifty.com/
3523035230
*
35231-
* Ionic, v1.0.0-beta.12-nightly-471
35231+
* Ionic, v1.0.0-beta.12-nightly-472
3523235232
* A powerful HTML5 mobile app framework.
3523335233
* http://ionicframework.com/
3523435234
*

nightly/ionic/js/ionic.bundle.min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nightly/ionic/js/ionic.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0-beta.12-nightly-471
5+
* Ionic, v1.0.0-beta.12-nightly-472
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -18,7 +18,7 @@
1818
// build processes may have already created an ionic obj
1919
window.ionic = window.ionic || {};
2020
window.ionic.views = {};
21-
window.ionic.version = '1.0.0-beta.12-nightly-471';
21+
window.ionic.version = '1.0.0-beta.12-nightly-472';
2222

2323
(function(window, document, ionic) {
2424

@@ -4620,7 +4620,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
46204620
var bar = document.createElement('div'),
46214621
indicator = document.createElement('div');
46224622

4623-
indicator.className = 'scroll-bar-indicator';
4623+
indicator.className = 'scroll-bar-indicator scroll-bar-fade-out';
46244624

46254625
if(direction == 'h') {
46264626
bar.className = 'scroll-bar scroll-bar-h';

nightly/ionic/js/ionic.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nightly/ionic/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.0.0-beta.12-nightly-471",
2+
"version": "1.0.0-beta.12-nightly-472",
33
"codename": "krypton-koala",
44
"date": "2014-09-17",
5-
"time": "03:56:29"
5+
"time": "03:59:25"
66
}

0 commit comments

Comments
 (0)