Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
refactor(macTable): Removing table view from core MacGyver
Browse files Browse the repository at this point in the history
BREAKING CHANGES:
Table view has been removed from core MacGyver
In order to continue using table view, please visit:
https://github.com/angular-macgyver/macgyver-table
  • Loading branch information
adrianlee44 committed Sep 26, 2014
1 parent ee987ca commit 0be6abf
Show file tree
Hide file tree
Showing 38 changed files with 5 additions and 6,657 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Duct Tape and a Swiss Army Knife. Angular helpers for all your friends!
- Popover
- Scroll Spy
- Spinner
- Table
- Tag Autocomplete
- Time Input
- Tooltip
Expand All @@ -35,8 +34,8 @@ Duct Tape and a Swiss Army Knife. Angular helpers for all your friends!
## 3rd party libraries dependencies ##
Libraries are only needed for a few directives,
- AngularJS (1.2.x+)
- jQuery (datepicker and table)
- jQuery UI (datepicker and table)
- jQuery (datepicker)
- jQuery UI (datepicker)
- Underscore String (Underscore string filter)

## Using MacGyver ##
Expand All @@ -58,7 +57,6 @@ MacGyver includes multiple scripts,
- `macgyver-datepicker.js` - Datepicker with jQuery UI datepicker
- `macgyver-filters.js` - Filters except underscore string filter
- `macgyver-string-filter.js` - Underscore String filter
- `macgyver-table.js` - Table view

## Get Started On Development ##
MacGyver requires a few node modules and bower packages for development environment.
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"lib/macgyver-datepicker.js",
"lib/macgyver-filters.js",
"lib/macgyver-string-filter.js",
"lib/macgyver-table.js",
"lib/macgyver.css",
"lib/macgyver.js",
"lib/macgyver.min.js"
Expand Down Expand Up @@ -42,4 +41,4 @@
"angular-animate": ">=1.2.0",
"underscore.string": "~2.3.3"
}
}
}
25 changes: 1 addition & 24 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,14 @@
"underscoreFilter": [
"tmp/app/filters/underscore.js"
],
"table": [
"vendor/bower/jquery.ui/ui/jquery.ui.core.js",
"vendor/bower/jquery.ui/ui/jquery.ui.widget.js",
"vendor/bower/jquery.ui/ui/jquery.ui.mouse.js",
"vendor/bower/jquery.ui/ui/jquery.ui.resizable.js",
"vendor/bower/jquery.ui/ui/jquery.ui.sortable.js",
"tmp/app/services/table.js",
"tmp/app/services/directive_helpers.js",
"tmp/app/services/hookable_directive_controller.js",
"tmp/app/directives/reorderable.js",
"tmp/app/directives/resizable.js",
"tmp/app/directives/table/*.js"
],
"datepicker": [
"vendor/bower/jquery.ui/ui/jquery.ui.core.js",
"vendor/bower/jquery.ui/ui/jquery.ui.datepicker.js",
"tmp/app/directives/datepicker.js"
],
"jqueryui": [
"vendor/bower/jquery.ui/ui/jquery.ui.core.js",
"vendor/bower/jquery.ui/ui/jquery.ui.widget.js",
"vendor/bower/jquery.ui/ui/jquery.ui.mouse.js",
"vendor/bower/jquery.ui/ui/jquery.ui.position.js",
"vendor/bower/jquery.ui/ui/jquery.ui.datepicker.js",
"vendor/bower/jquery.ui/ui/jquery.ui.resizable.js",
"vendor/bower/jquery.ui/ui/jquery.ui.sortable.js"
"vendor/bower/jquery.ui/ui/jquery.ui.datepicker.js"
],
"css": {
"example": [
Expand All @@ -74,11 +56,6 @@
"tmp/css/tag_autocomplete.css",
"tmp/css/tooltip.css"
],
"table": [
"vendor/css/jquery-ui-1.10.0.custom.css",
"tmp/css/mac-table-themes.css",
"tmp/css/table_view.css"
],
"datepicker": [
"vendor/css/jquery-ui-1.10.0.custom.css",
"tmp/css/common.css"
Expand Down
10 changes: 0 additions & 10 deletions docs/directives/table/mac_columns.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/directives/table/table_cell.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/directives/table/table_row.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/directives/table/table_section.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/directives/table/table_section_selected_models.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/directives/table/table_view.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/html/directives/table/mac_columns.html

This file was deleted.

6 changes: 0 additions & 6 deletions docs/html/directives/table/table_cell.html

This file was deleted.

4 changes: 0 additions & 4 deletions docs/html/directives/table/table_row.html

This file was deleted.

16 changes: 0 additions & 16 deletions docs/html/directives/table/table_section.html

This file was deleted.

12 changes: 0 additions & 12 deletions docs/html/directives/table/table_section_selected_models.html

This file was deleted.

5 changes: 0 additions & 5 deletions docs/html/directives/table/table_view.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ html
a#logo(href="index.html"): h2 MacGyver
ul.nav-menu
li#directives-nav: a(href="index.html") Directives
li#tableview-nav: a(href="tableview.html") Table View
li#filters-nav: a(href="filters.html") Filters
li#events-nav: a(href="events.html") Events
li#utils-nav: a(href="util.html") Utilities
Expand Down
Loading

0 comments on commit 0be6abf

Please sign in to comment.