Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions dist/css/mobile-angular-ui-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,16 @@
width: 440px;
}
.sidebar-left-in .app {
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0);
-webkit-transform: translate(440px, 0);
-ms-transform: translate(440px, 0);
-o-transform: translate(440px, 0);
transform: translate(440px, 0);
}
.sidebar-right-in .app {
-webkit-transform: translate3d(-440px, 0, 0);
transform: translate3d(-440px, 0, 0);
-webkit-transform: translate(-440px, 0);
-ms-transform: translate(-440px, 0);
-o-transform: translate(-440px, 0);
transform: translate(-440px, 0);
}
}
@media (min-width: 768px) {
Expand All @@ -180,12 +184,16 @@
width: 688px;
}
.sidebar-left-in .app {
-webkit-transform: translate3d(688px, 0, 0);
transform: translate3d(688px, 0, 0);
-webkit-transform: translate(688px, 0);
-ms-transform: translate(688px, 0);
-o-transform: translate(688px, 0);
transform: translate(688px, 0);
}
.sidebar-right-in .app {
-webkit-transform: translate3d(-688px, 0, 0);
transform: translate3d(-688px, 0, 0);
-webkit-transform: translate(-688px, 0);
-ms-transform: translate(-688px, 0);
-o-transform: translate(-688px, 0);
transform: translate(-688px, 0);
}
}

Expand Down Expand Up @@ -8609,8 +8617,6 @@ a.list-group-item .icon.pull-right {
width: 100%;
background: #777777;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition: -moz-transform 400ms ease;
-o-transition: -o-transform 400ms ease;
Expand Down Expand Up @@ -8715,8 +8721,6 @@ a.list-group-item .icon.pull-right {
top: 0;
bottom: 0;
display: none;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition: -moz-transform 400ms ease;
-o-transition: -o-transform 400ms ease;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/mobile-angular-ui-base.min.css

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions dist/css/mobile-angular-ui-desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,24 +495,11 @@
left: auto;
width: 300px;
}
.sidebar-right-in .sidebar-left {
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.sidebar-left-in .sidebar-right {
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.has-sidebar-left .app,
.sidebar-left-in .app {
width: auto;
margin-left: 300px;
left: 0;
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
position: relative;
-webkit-transition: -webkit-transform 0 ease;
-moz-transition: -moz-transform 0 ease;
Expand All @@ -522,9 +509,6 @@
width: auto;
margin-right: 300px;
right: 0;
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
position: relative;
-webkit-transition: -webkit-transform 0 ease;
-moz-transition: -moz-transform 0 ease;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/mobile-angular-ui-desktop.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 0 additions & 44 deletions dist/js/mobile-angular-ui.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1173,49 +1173,6 @@

})();

(function() {
'use strict';
var module = angular.module('mobile-angular-ui.core.fastclick', []);

module.run(['$window', function($window) {

// Temporarly bugfix in overthrow/fastclick:
var orgHandler = FastClick.prototype.onTouchEnd;

// Some old versions of Android don't have Function.prototype.bind
function bind(method, context) {
return function() {
return method.apply(context, arguments);
};
}

FastClick.prototype.onTouchEnd = function(event) {

if (!event.changedTouches) {
event.changedTouches = [{}];
}

orgHandler = bind(orgHandler, this);
orgHandler(event);
};

FastClick.attach($window.document.body);

}]);

angular.forEach(['select', 'input', 'textarea'], function(directiveName) {

module.directive(directiveName, function() {
return {
restrict: 'E',
compile: function(elem) {
elem.addClass('needsclick');
}
};
});
});
})();

/**
*
* @module mobile-angular-ui.core.outerClick
Expand Down Expand Up @@ -2568,7 +2525,6 @@
(function() {
'use strict';
angular.module('mobile-angular-ui.core', [
'mobile-angular-ui.core.fastclick',
'mobile-angular-ui.core.activeLinks',
'mobile-angular-ui.core.capture',
'mobile-angular-ui.core.outerClick',
Expand Down
2 changes: 1 addition & 1 deletion dist/js/mobile-angular-ui.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/mobile-angular-ui.core.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/mobile-angular-ui.gestures.min.js.map

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions dist/js/mobile-angular-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1173,49 +1173,6 @@

})();

(function() {
'use strict';
var module = angular.module('mobile-angular-ui.core.fastclick', []);

module.run(['$window', function($window) {

// Temporarly bugfix in overthrow/fastclick:
var orgHandler = FastClick.prototype.onTouchEnd;

// Some old versions of Android don't have Function.prototype.bind
function bind(method, context) {
return function() {
return method.apply(context, arguments);
};
}

FastClick.prototype.onTouchEnd = function(event) {

if (!event.changedTouches) {
event.changedTouches = [{}];
}

orgHandler = bind(orgHandler, this);
orgHandler(event);
};

FastClick.attach($window.document.body);

}]);

angular.forEach(['select', 'input', 'textarea'], function(directiveName) {

module.directive(directiveName, function() {
return {
restrict: 'E',
compile: function(elem) {
elem.addClass('needsclick');
}
};
});
});
})();

/**
*
* @module mobile-angular-ui.core.outerClick
Expand Down Expand Up @@ -2568,7 +2525,6 @@
(function() {
'use strict';
angular.module('mobile-angular-ui.core', [
'mobile-angular-ui.core.fastclick',
'mobile-angular-ui.core.activeLinks',
'mobile-angular-ui.core.capture',
'mobile-angular-ui.core.outerClick',
Expand Down
2 changes: 1 addition & 1 deletion dist/js/mobile-angular-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/mobile-angular-ui.min.js.map

Large diffs are not rendered by default.

Loading