Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit b8cf18a

Browse files
committed
release: update ionic to v1.0.0-beta.5b
1 parent 35a21f8 commit b8cf18a

File tree

9 files changed

+215
-190
lines changed

9 files changed

+215
-190
lines changed

www/lib/css/ionic.css

Lines changed: 12 additions & 5 deletions
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.5
5+
* Ionic, v1.0.0-beta.5b
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2029,8 +2029,7 @@ body.grade-b, body.grade-c {
20292029
text-size-adjust: none;
20302030
-webkit-transform-origin: left top;
20312031
-moz-transform-origin: left top;
2032-
transform-origin: left top;
2033-
-webkit-backface-visibility: hidden; }
2032+
transform-origin: left top; }
20342033

20352034
.scroll-bar {
20362035
position: absolute;
@@ -2239,7 +2238,8 @@ ion-infinite-scroll.active .scroll-infinite {
22392238
left: 0;
22402239
width: 100%;
22412240
height: 100%;
2242-
background-color: #fff; }
2241+
background-color: #fff;
2242+
overflow: hidden; }
22432243

22442244
/**
22452245
* Typography
@@ -3113,7 +3113,7 @@ a.subdued {
31133113
transform: none;
31143114
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0, 0, 0, 0.2); }
31153115

3116-
.menu-open .scroll-content {
3116+
.menu-open .menu-content .pane, .menu-open .menu-content .scroll-content {
31173117
pointer-events: none; }
31183118

31193119
.grade-b .menu-content, .grade-c .menu-content {
@@ -4382,6 +4382,13 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
43824382
z-index: 3;
43834383
margin-top: -21px; }
43844384

4385+
.item-checkbox.item-checkbox-right {
4386+
padding-right: 58px;
4387+
padding-left: 15px; }
4388+
4389+
.item-checkbox-right .checkbox input, .item-checkbox-right .checkbox-icon {
4390+
float: right; }
4391+
43854392
/**
43864393
* Toggle
43874394
* --------------------------------------------------

www/lib/css/ionic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/js/ionic-angular.js

Lines changed: 10 additions & 10 deletions
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.5
5+
* Ionic, v1.0.0-beta.5b
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -295,30 +295,30 @@ jqLite.prototype.removeClass = function(cssClasses) {
295295
* var anim = $ionicAnimate({
296296
* // A unique, reusable name
297297
* name: 'popIn',
298-
*
298+
*
299299
* // The duration of an auto playthrough
300300
* duration: 0.5,
301-
*
301+
*
302302
* // How long to wait before running the animation
303303
* delay: 0,
304-
*
304+
*
305305
* // Whether to reverse after doing one run through
306306
* autoReverse: false,
307-
*
307+
*
308308
* // How many times to repeat? -1 or null for infinite
309309
* repeat: -1,
310-
*
310+
*
311311
* // Timing curve to use (same as CSS timing functions), or a function of time "t" to handle it yourself
312312
* curve: 'ease-in-out'
313-
*
313+
*
314314
* onStart: function() {
315315
* // Callback on start
316316
* },
317317
* onEnd: function() {
318318
* // Callback on end
319319
* },
320320
* step: function(amt) {
321-
*
321+
*
322322
* }
323323
* })
324324
* });
@@ -340,8 +340,8 @@ IonicModule
340340
return function(opts) {
341341
opts.useSlowAnimations = useSlowAnimations;
342342
return ionic.Animation.create(opts);
343-
}
344-
}]
343+
};
344+
}];
345345
});
346346

347347
/**

www/lib/js/ionic-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)