summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/js/content')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/bower.json7
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.css9
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.min.css6
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css20
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.js85
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.css6
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.js7
7 files changed, 0 insertions, 140 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/bower.json b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/bower.json
deleted file mode 100644
index a88a677b..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/bower.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "angular-material-content",
- "version": "0.9.8",
- "dependencies": {
- "angular-material-core": "0.9.8"
- }
-} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.css
deleted file mode 100644
index 3b7b4dca..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-/* mixin definition ; sets LTR and RTL within the same style call */
-md-content.md-THEME_NAME-theme {
- background-color: '{{background-color}}'; }
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.min.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.min.css
deleted file mode 100644
index 5da5131d..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content-default-theme.min.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */md-content.md-THEME_NAME-theme{background-color:'{{background-color}}'} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css
deleted file mode 100644
index 2909004d..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-/* mixin definition ; sets LTR and RTL within the same style call */
-md-content {
- display: block;
- position: relative;
- overflow: auto;
- -webkit-overflow-scrolling: touch; }
- md-content[md-scroll-y] {
- overflow-y: auto;
- overflow-x: hidden; }
- md-content[md-scroll-x] {
- overflow-x: auto;
- overflow-y: hidden; }
- md-content.autoScroll {
- -webkit-overflow-scrolling: auto; }
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.js
deleted file mode 100644
index 5e191e29..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-(function( window, angular, undefined ){
-"use strict";
-
-/**
- * @ngdoc module
- * @name material.components.content
- *
- * @description
- * Scrollable content
- */
-angular.module('material.components.content', [
- 'material.core'
-])
- .directive('mdContent', mdContentDirective);
-
-/**
- * @ngdoc directive
- * @name mdContent
- * @module material.components.content
- *
- * @restrict E
- *
- * @description
- * The `<md-content>` directive is a container element useful for scrollable content
- *
- * @usage
- *
- * - Add the `[layout-padding]` attribute to make the content padded.
- *
- * <hljs lang="html">
- * <md-content layout-padding>
- * Lorem ipsum dolor sit amet, ne quod novum mei.
- * </md-content>
- * </hljs>
- *
- */
-
-function mdContentDirective($mdTheming) {
- return {
- restrict: 'E',
- controller: ['$scope', '$element', ContentController],
- link: function(scope, element, attr) {
- var node = element[0];
-
- $mdTheming(element);
- scope.$broadcast('$mdContentLoaded', element);
-
- iosScrollFix(element[0]);
- }
- };
-
- function ContentController($scope, $element) {
- this.$scope = $scope;
- this.$element = $element;
- }
-}
-mdContentDirective.$inject = ["$mdTheming"];
-
-function iosScrollFix(node) {
- // IOS FIX:
- // If we scroll where there is no more room for the webview to scroll,
- // by default the webview itself will scroll up and down, this looks really
- // bad. So if we are scrolling to the very top or bottom, add/subtract one
- angular.element(node).on('$md.pressdown', function(ev) {
- // Only touch events
- if (ev.pointer.type !== 't') return;
- // Don't let a child content's touchstart ruin it for us.
- if (ev.$materialScrollFixed) return;
- ev.$materialScrollFixed = true;
-
- if (node.scrollTop === 0) {
- node.scrollTop = 1;
- } else if (node.scrollHeight === node.scrollTop + node.offsetHeight) {
- node.scrollTop -= 1;
- }
- });
-}
-
-})(window, window.angular); \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.css
deleted file mode 100644
index 877f4adb..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */md-content{display:block;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}md-content[md-scroll-y]{overflow-y:auto;overflow-x:hidden}md-content[md-scroll-x]{overflow-x:auto;overflow-y:hidden}md-content.autoScroll{-webkit-overflow-scrolling:auto} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.js
deleted file mode 100644
index a5110a27..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/content/content.min.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-!function(e,t,o){"use strict";function n(e){function t(e,t){this.$scope=e,this.$element=t}return{restrict:"E",controller:["$scope","$element",t],link:function(t,o,n){o[0];e(o),t.$broadcast("$mdContentLoaded",o),i(o[0])}}}function i(e){t.element(e).on("$md.pressdown",function(t){"t"===t.pointer.type&&(t.$materialScrollFixed||(t.$materialScrollFixed=!0,0===e.scrollTop?e.scrollTop=1:e.scrollHeight===e.scrollTop+e.offsetHeight&&(e.scrollTop-=1)))})}t.module("material.components.content",["material.core"]).directive("mdContent",n),n.$inject=["$mdTheming"]}(window,window.angular); \ No newline at end of file