Skip to content

Commit

Permalink
fix(os-select): Remove os-select component (#106) (#108)
Browse files Browse the repository at this point in the history
The os-select component is no longer necessary because it doesn't add anything above md-select, and the styles it defines are breaking some use and layout of normal md-select.
  • Loading branch information
mattlovett authored and craiggoldstone committed Dec 13, 2016
1 parent 02f7b8c commit 8358c3d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 106 deletions.
4 changes: 0 additions & 4 deletions src/components/select/docs/Select.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/select/docs/select.demo.html

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/select/select.d.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/components/select/select.styl

This file was deleted.

36 changes: 0 additions & 36 deletions src/components/select/select.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/elements.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $osFontFamily = "Source Sans Pro", sans-serif
@import "styles/mdl-ripple"

@import "components/button/button"
@import "components/select/select"
@import "components/tabs/tabs"
@import "components/popup/popup"
@import "components/modal/modal"
Expand Down
1 change: 0 additions & 1 deletion src/elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function OsElementsConfig($mdThemingProvider, $mdIconProvider) {
angular.module('osElements', ['ngMaterial', 'rx']).config(['$mdThemingProvider', '$mdIconProvider', OsElementsConfig]);

export {OsButton} from './components/button/button.component';
export {OsSelect} from './components/select/select';
export {OsTabs} from './components/tabs/tabs';
export {OsTab} from './components/tabs/tab';
export {OsPopover} from './components/popup/popup';
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"files": [
"typings/main.d.ts",
"src/components/button/button.component.ts",
"src/components/select/select.ts",
"src/components/tabs/tabs.ts",
"src/components/tabs/tab.ts",
"src/components/popup/popup.ts",
Expand Down

0 comments on commit 8358c3d

Please sign in to comment.