angular-material-rails 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +89 -44
- data/angular-material-rails.gemspec +1 -0
- data/lib/angular_material/rails/version.rb +1 -1
- data/vendor/assets/javascripts/angular-material-rails.js.erb +11 -11
- data/vendor/assets/javascripts/angular-material/autocomplete.js +9 -0
- data/vendor/assets/javascripts/angular-material/backdrop.js +3 -0
- data/vendor/assets/javascripts/angular-material/bottom_sheet.js +3 -0
- data/vendor/assets/javascripts/angular-material/button.js +3 -0
- data/vendor/assets/javascripts/angular-material/card.js +3 -0
- data/vendor/assets/javascripts/angular-material/checkbox.js +3 -0
- data/vendor/assets/javascripts/angular-material/chips.js +11 -0
- data/vendor/assets/javascripts/angular-material/content.js +3 -0
- data/vendor/assets/javascripts/angular-material/core.js +24 -0
- data/vendor/assets/javascripts/angular-material/datepicker.js +7 -0
- data/vendor/assets/javascripts/angular-material/dialog.js +3 -0
- data/vendor/assets/javascripts/angular-material/divider.js +3 -0
- data/vendor/assets/javascripts/angular-material/fab_actions.js +3 -0
- data/vendor/assets/javascripts/angular-material/fab_speed_dial.js +4 -0
- data/vendor/assets/javascripts/angular-material/fab_toolbar.js +3 -0
- data/vendor/assets/javascripts/angular-material/fab_trigger.js +3 -0
- data/vendor/assets/javascripts/angular-material/grid_list.js +3 -0
- data/vendor/assets/javascripts/angular-material/icon.js +6 -0
- data/vendor/assets/javascripts/angular-material/input.js +3 -0
- data/vendor/assets/javascripts/angular-material/list.js +3 -0
- data/vendor/assets/javascripts/angular-material/menu.js +7 -0
- data/vendor/assets/javascripts/angular-material/menu_bar.js +8 -0
- data/vendor/assets/javascripts/angular-material/progress_circular.js +3 -0
- data/vendor/assets/javascripts/angular-material/progress_linear.js +3 -0
- data/vendor/assets/javascripts/angular-material/radio_button.js +3 -0
- data/vendor/assets/javascripts/angular-material/select.js +3 -0
- data/vendor/assets/javascripts/angular-material/sidenav.js +3 -0
- data/vendor/assets/javascripts/angular-material/slider.js +3 -0
- data/vendor/assets/javascripts/angular-material/sticky.js +3 -0
- data/vendor/assets/javascripts/angular-material/subheader.js +3 -0
- data/vendor/assets/javascripts/angular-material/swipe.js +3 -0
- data/vendor/assets/javascripts/angular-material/switch.js +3 -0
- data/vendor/assets/javascripts/angular-material/tabs.js +11 -0
- data/vendor/assets/javascripts/angular-material/toast.js +3 -0
- data/vendor/assets/javascripts/angular-material/toolbar.js +3 -0
- data/vendor/assets/javascripts/angular-material/tooltip.js +3 -0
- data/vendor/assets/javascripts/angular-material/virtual_repeat.js +3 -0
- data/vendor/assets/javascripts/angular-material/whiteframe.js +3 -0
- data/vendor/assets/stylesheets/angular-material-rails.scss +38 -2
- data/vendor/assets/stylesheets/angular-material/autocomplete.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/backdrop.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/base.scss +4 -0
- data/vendor/assets/stylesheets/angular-material/bottom-sheet.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/button.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/card.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/checkbox.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/chips.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/content.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/datepicker.scss +4 -0
- data/vendor/assets/stylesheets/angular-material/dialog.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/divider.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/fab-speed-dial.scss +1 -0
- data/vendor/assets/stylesheets/angular-material/fab-toolbar.scss +1 -0
- data/vendor/assets/stylesheets/angular-material/grid-list.scss +1 -0
- data/vendor/assets/stylesheets/angular-material/icon.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/input.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/list.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/menu-bar.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/menu.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/progress-circular.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/progress-linear.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/radio-button.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/select.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/sidenav.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/slider.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/sticky.scss +1 -0
- data/vendor/assets/stylesheets/angular-material/subheader.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/switch.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/tabs.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/toast.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/toolbar.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/tooltip.scss +2 -0
- data/vendor/assets/stylesheets/angular-material/virtual-repeat.scss +1 -0
- data/vendor/assets/stylesheets/angular-material/whiteframe.scss +1 -0
- metadata +89 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce425c31a26d54ac21eed76f4b39d06b08a8fb84
|
4
|
+
data.tar.gz: 21eea0c27944e9dc3879206e607f9afebb38e480
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdb1adc03cb08153d6a7275c3c10bfb82feb79d23d5dee50d95a3bde7b8709c2fb30e1e3aecaba52908139be890c049a08eb09d1f029a85bb40ccc7d0685e34b
|
7
|
+
data.tar.gz: 66837b2aced32e950797011ca925c12a6da29f5c541ac795c8691717d6a66e4ecd5f97c2db7d3645a8f692737915109823e7e848eff2082cf923178960d14659
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -18,52 +18,97 @@ Keep in mind that Angular Material is downloaded during the gem installation and
|
|
18
18
|
|
19
19
|
$ gem install angular-material-rails --verbose
|
20
20
|
|
21
|
-
Angular Material files will be added to the asset pipeline
|
21
|
+
Angular Material files will be added to the asset pipeline.
|
22
22
|
|
23
23
|
Add to `app/assets/javascripts/application.js`:
|
24
24
|
|
25
25
|
//= require angular-material-rails
|
26
26
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
27
|
+
Add to `app/assets/stylesheets/application.css`
|
28
|
+
|
29
|
+
*= require angular-material-rails
|
30
|
+
|
31
|
+
###To include only choosen Angular Material components:
|
32
|
+
|
33
|
+
Create `app/assets/javascripts/angular-material-custom`:
|
34
|
+
|
35
|
+
//= require angular-material/core
|
36
|
+
|
37
|
+
//= require angular-material/autocomplete
|
38
|
+
//= require angular-material/backdrop
|
39
|
+
//= require angular-material/bottom_sheet
|
40
|
+
//= require angular-material/button
|
41
|
+
//= require angular-material/card
|
42
|
+
//= require angular-material/checkbox
|
43
|
+
//= require angular-material/chips
|
44
|
+
//= require angular-material/content
|
45
|
+
//= require angular-material/datepicker
|
46
|
+
//= require angular-material/dialog
|
47
|
+
//= require angular-material/divider
|
48
|
+
//= require angular-material/fab_actions
|
49
|
+
//= require angular-material/fab_speed_dial
|
50
|
+
//= require angular-material/fab_toolbar
|
51
|
+
//= require angular-material/fab_trigger
|
52
|
+
//= require angular-material/grid_list
|
53
|
+
//= require angular-material/icon
|
54
|
+
//= require angular-material/input
|
55
|
+
//= require angular-material/list
|
56
|
+
//= require angular-material/menu
|
57
|
+
//= require angular-material/menu_bar
|
58
|
+
//= require angular-material/progress_circular
|
59
|
+
//= require angular-material/progress_linear
|
60
|
+
//= require angular-material/radio_button
|
61
|
+
//= require angular-material/select
|
62
|
+
//= require angular-material/sidenav
|
63
|
+
//= require angular-material/slider
|
64
|
+
//= require angular-material/sticky
|
65
|
+
//= require angular-material/subheader
|
66
|
+
//= require angular-material/swipe
|
67
|
+
//= require angular-material/switch
|
68
|
+
//= require angular-material/tabs
|
69
|
+
//= require angular-material/toast
|
70
|
+
//= require angular-material/toolbar
|
71
|
+
//= require angular-material/tooltip
|
72
|
+
//= require angular-material/virtual_repeat
|
73
|
+
//= require angular-material/whiteframe
|
74
|
+
|
75
|
+
Create `app/assets/stylesheets/angular-material-custom`:
|
76
|
+
|
77
|
+
@import 'angular-material/core/style/variables';
|
78
|
+
@import 'angular-material/base';
|
79
|
+
|
80
|
+
@import 'angular-material/autocomplete';
|
81
|
+
@import 'angular-material/backdrop';
|
82
|
+
@import 'angular-material/bottom-sheet';
|
83
|
+
@import 'angular-material/button';
|
84
|
+
@import 'angular-material/card';
|
85
|
+
@import 'angular-material/checkbox';
|
86
|
+
@import 'angular-material/chips';
|
87
|
+
@import 'angular-material/content';
|
88
|
+
@import 'angular-material/datepicker';
|
89
|
+
@import 'angular-material/dialog';
|
90
|
+
@import 'angular-material/divider';
|
91
|
+
@import 'angular-material/fab-speed-dial';
|
92
|
+
@import 'angular-material/fab-toolbar';
|
93
|
+
@import 'angular-material/grid-list';
|
94
|
+
@import 'angular-material/icon';
|
95
|
+
@import 'angular-material/input';
|
96
|
+
@import 'angular-material/list';
|
97
|
+
@import 'angular-material/menu';
|
98
|
+
@import 'angular-material/menu-bar';
|
99
|
+
@import 'angular-material/progress-circular';
|
100
|
+
@import 'angular-material/progress-linear';
|
101
|
+
@import 'angular-material/radio-button';
|
102
|
+
@import 'angular-material/select';
|
103
|
+
@import 'angular-material/sidenav';
|
104
|
+
@import 'angular-material/slider';
|
105
|
+
@import 'angular-material/sticky';
|
106
|
+
@import 'angular-material/subheader';
|
107
|
+
@import 'angular-material/switch';
|
108
|
+
@import 'angular-material/tabs';
|
109
|
+
@import 'angular-material/toast';
|
110
|
+
@import 'angular-material/toolbar';
|
111
|
+
@import 'angular-material/tooltip';
|
112
|
+
@import 'angular-material/virtual-repeat';
|
113
|
+
@import 'angular-material/whiteframe';
|
114
|
+
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
//= require ./angular-material/autocomplete
|
4
4
|
//= require ./angular-material/backdrop
|
5
|
-
//= require ./angular-material/
|
5
|
+
//= require ./angular-material/bottom_sheet
|
6
6
|
//= require ./angular-material/button
|
7
7
|
//= require ./angular-material/card
|
8
8
|
//= require ./angular-material/checkbox
|
@@ -11,19 +11,19 @@
|
|
11
11
|
//= require ./angular-material/datepicker
|
12
12
|
//= require ./angular-material/dialog
|
13
13
|
//= require ./angular-material/divider
|
14
|
-
//= require ./angular-material/
|
15
|
-
//= require ./angular-material/
|
16
|
-
//= require ./angular-material/
|
17
|
-
//= require ./angular-material/
|
18
|
-
//= require ./angular-material/
|
14
|
+
//= require ./angular-material/fab_actions
|
15
|
+
//= require ./angular-material/fab_speed_dial
|
16
|
+
//= require ./angular-material/fab_toolbar
|
17
|
+
//= require ./angular-material/fab_trigger
|
18
|
+
//= require ./angular-material/grid_list
|
19
19
|
//= require ./angular-material/icon
|
20
20
|
//= require ./angular-material/input
|
21
21
|
//= require ./angular-material/list
|
22
22
|
//= require ./angular-material/menu
|
23
|
-
//= require ./angular-material/
|
24
|
-
//= require ./angular-material/
|
25
|
-
//= require ./angular-material/
|
26
|
-
//= require ./angular-material/
|
23
|
+
//= require ./angular-material/menu_bar
|
24
|
+
//= require ./angular-material/progress_circular
|
25
|
+
//= require ./angular-material/progress_linear
|
26
|
+
//= require ./angular-material/radio_button
|
27
27
|
//= require ./angular-material/select
|
28
28
|
//= require ./angular-material/sidenav
|
29
29
|
//= require ./angular-material/slider
|
@@ -35,6 +35,6 @@
|
|
35
35
|
//= require ./angular-material/toast
|
36
36
|
//= require ./angular-material/toolbar
|
37
37
|
//= require ./angular-material/tooltip
|
38
|
-
//= require ./angular-material/
|
38
|
+
//= require ./angular-material/virtual_repeat
|
39
39
|
//= require ./angular-material/whiteframe
|
40
40
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
//= include ./components/autocomplete/autocomplete.js
|
2
|
+
//= include ./components/autocomplete/js/autocompleteController
|
3
|
+
//= include ./components/autocomplete/js/autocompleteDirective
|
4
|
+
//= include ./components/autocomplete/js/autocompleteParentScopeDirective
|
5
|
+
//= include ./components/autocomplete/js/highlightController
|
6
|
+
//= include ./components/autocomplete/js/highlightDirective
|
7
|
+
|
8
|
+
angular.module('ngMaterial').requires.push('material.components.autocomplete');
|
9
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
//= include ./components/chips/chips.js
|
2
|
+
|
3
|
+
//= include ./components/chips/js/chipDirective
|
4
|
+
//= include ./components/chips/js/chipRemoveDirective
|
5
|
+
//= include ./components/chips/js/chipsController
|
6
|
+
//= include ./components/chips/js/chipsDirective
|
7
|
+
//= include ./components/chips/js/chipTranscludeDirective
|
8
|
+
//= include ./components/chips/js/contactChipsController
|
9
|
+
//= include ./components/chips/js/contactChipsDirective
|
10
|
+
|
11
|
+
angular.module('ngMaterial').requires.push('material.components.chips');
|
@@ -0,0 +1,24 @@
|
|
1
|
+
//= include ./core/core
|
2
|
+
|
3
|
+
//= include ./core/services/aria/aria
|
4
|
+
//= include ./core/services/compiler/compiler
|
5
|
+
//= include ./core/services/gesture/gesture
|
6
|
+
//= include ./core/services/interimElement/interimElement
|
7
|
+
//= include ./core/services/layout/layout.js
|
8
|
+
//= include ./core/services/registry/componentRegistry
|
9
|
+
//= include ./core/services/ripple/button_ripple
|
10
|
+
//= include ./core/services/ripple/checkbox_ripple
|
11
|
+
//= include ./core/services/ripple/list_ripple
|
12
|
+
//= include ./core/services/ripple/ripple
|
13
|
+
//= include ./core/services/ripple/tab_ripple
|
14
|
+
//= include ./core/services/theming/theme.palette
|
15
|
+
//= include ./core/services/theming/theming
|
16
|
+
|
17
|
+
//= include ./core/util/animation/animate
|
18
|
+
//= include ./core/util/animation/animateCss
|
19
|
+
//= include ./core/util/constant
|
20
|
+
//= include ./core/util/iterator
|
21
|
+
//= include ./core/util/media
|
22
|
+
//= include ./core/util/util
|
23
|
+
|
24
|
+
angular.module('ngMaterial', ['ng', 'ngAnimate', 'ngAria', 'material.core']);
|
@@ -0,0 +1,7 @@
|
|
1
|
+
//= include ./components/datepicker/calendar.js
|
2
|
+
//= include ./components/datepicker/calendarMonth
|
3
|
+
//= include ./components/datepicker/dateLocaleProvider
|
4
|
+
//= include ./components/datepicker/datePicker.js
|
5
|
+
//= include ./components/datepicker/dateUtil
|
6
|
+
|
7
|
+
angular.module('ngMaterial').requires.push('material.components.datepicker');
|
@@ -0,0 +1,7 @@
|
|
1
|
+
//= include ./components/menu/menu.js
|
2
|
+
|
3
|
+
//= include ./components/menu/js/menuController
|
4
|
+
//= include ./components/menu/js/menuDirective
|
5
|
+
//= include ./components/menu/js/menuServiceProvider
|
6
|
+
|
7
|
+
angular.module('ngMaterial').requires.push('material.components.menu');
|
@@ -0,0 +1,8 @@
|
|
1
|
+
//= include ./components/menuBar/menu-bar.js
|
2
|
+
//= include ./components/menuBar/js/menuBarController
|
3
|
+
//= include ./components/menuBar/js/menuBarDirective
|
4
|
+
//= include ./components/menuBar/js/menuDividerDirective
|
5
|
+
//= include ./components/menuBar/js/menuItemController
|
6
|
+
//= include ./components/menuBar/js/menuItemDirective
|
7
|
+
|
8
|
+
angular.module('ngMaterial').requires.push('material.components.menuBar');
|
@@ -0,0 +1,11 @@
|
|
1
|
+
//= include ./components/tabs/tabs.js
|
2
|
+
|
3
|
+
//= include ./components/tabs/js/tabDirective
|
4
|
+
//= include ./components/tabs/js/tabItemDirective
|
5
|
+
//= include ./components/tabs/js/tabLabelDirective
|
6
|
+
//= include ./components/tabs/js/tabsController
|
7
|
+
//= include ./components/tabs/js/tabScroll
|
8
|
+
//= include ./components/tabs/js/tabsDirective
|
9
|
+
//= include ./components/tabs/js/tabsTemplateDirective
|
10
|
+
|
11
|
+
angular.module('ngMaterial').requires.push('material.components.tabs');
|
@@ -2,5 +2,41 @@
|
|
2
2
|
This file includes Angualr Material base stylesheet files in Rails Asset Pipeline
|
3
3
|
@author Alex Vangelov <email@data.bg>
|
4
4
|
*/
|
5
|
-
@import 'angular-material/core/style/variables
|
6
|
-
@import 'angular-material/
|
5
|
+
@import 'angular-material/core/style/variables';
|
6
|
+
@import 'angular-material/base';
|
7
|
+
|
8
|
+
@import 'angular-material/autocomplete';
|
9
|
+
@import 'angular-material/backdrop';
|
10
|
+
@import 'angular-material/bottom-sheet';
|
11
|
+
@import 'angular-material/button';
|
12
|
+
@import 'angular-material/card';
|
13
|
+
@import 'angular-material/checkbox';
|
14
|
+
@import 'angular-material/chips';
|
15
|
+
@import 'angular-material/content';
|
16
|
+
@import 'angular-material/datepicker';
|
17
|
+
@import 'angular-material/dialog';
|
18
|
+
@import 'angular-material/divider';
|
19
|
+
@import 'angular-material/fab-speed-dial';
|
20
|
+
@import 'angular-material/fab-toolbar';
|
21
|
+
@import 'angular-material/grid-list';
|
22
|
+
@import 'angular-material/icon';
|
23
|
+
@import 'angular-material/input';
|
24
|
+
@import 'angular-material/list';
|
25
|
+
@import 'angular-material/menu';
|
26
|
+
@import 'angular-material/menu-bar';
|
27
|
+
@import 'angular-material/progress-circular';
|
28
|
+
@import 'angular-material/progress-linear';
|
29
|
+
@import 'angular-material/radio-button';
|
30
|
+
@import 'angular-material/select';
|
31
|
+
@import 'angular-material/sidenav';
|
32
|
+
@import 'angular-material/slider';
|
33
|
+
@import 'angular-material/sticky';
|
34
|
+
@import 'angular-material/subheader';
|
35
|
+
@import 'angular-material/switch';
|
36
|
+
@import 'angular-material/tabs';
|
37
|
+
@import 'angular-material/toast';
|
38
|
+
@import 'angular-material/toolbar';
|
39
|
+
@import 'angular-material/tooltip';
|
40
|
+
@import 'angular-material/virtual-repeat';
|
41
|
+
@import 'angular-material/whiteframe';
|
42
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/fabSpeedDial/fabSpeedDial';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/fabToolbar/fabToolbar';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/gridList/grid-list';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/sticky/sticky';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/virtualRepeat/virtual-repeater';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './components/whiteframe/whiteframe';
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: angular-material-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Vangelov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sprockets
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "<"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.0.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "<"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.0.0
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: rubyzip
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -46,7 +60,80 @@ files:
|
|
46
60
|
- lib/angular_material/rails/engine.rb
|
47
61
|
- lib/angular_material/rails/version.rb
|
48
62
|
- vendor/assets/javascripts/angular-material-rails.js.erb
|
63
|
+
- vendor/assets/javascripts/angular-material/autocomplete.js
|
64
|
+
- vendor/assets/javascripts/angular-material/backdrop.js
|
65
|
+
- vendor/assets/javascripts/angular-material/bottom_sheet.js
|
66
|
+
- vendor/assets/javascripts/angular-material/button.js
|
67
|
+
- vendor/assets/javascripts/angular-material/card.js
|
68
|
+
- vendor/assets/javascripts/angular-material/checkbox.js
|
69
|
+
- vendor/assets/javascripts/angular-material/chips.js
|
70
|
+
- vendor/assets/javascripts/angular-material/content.js
|
71
|
+
- vendor/assets/javascripts/angular-material/core.js
|
72
|
+
- vendor/assets/javascripts/angular-material/datepicker.js
|
73
|
+
- vendor/assets/javascripts/angular-material/dialog.js
|
74
|
+
- vendor/assets/javascripts/angular-material/divider.js
|
75
|
+
- vendor/assets/javascripts/angular-material/fab_actions.js
|
76
|
+
- vendor/assets/javascripts/angular-material/fab_speed_dial.js
|
77
|
+
- vendor/assets/javascripts/angular-material/fab_toolbar.js
|
78
|
+
- vendor/assets/javascripts/angular-material/fab_trigger.js
|
79
|
+
- vendor/assets/javascripts/angular-material/grid_list.js
|
80
|
+
- vendor/assets/javascripts/angular-material/icon.js
|
81
|
+
- vendor/assets/javascripts/angular-material/input.js
|
82
|
+
- vendor/assets/javascripts/angular-material/list.js
|
83
|
+
- vendor/assets/javascripts/angular-material/menu.js
|
84
|
+
- vendor/assets/javascripts/angular-material/menu_bar.js
|
85
|
+
- vendor/assets/javascripts/angular-material/progress_circular.js
|
86
|
+
- vendor/assets/javascripts/angular-material/progress_linear.js
|
87
|
+
- vendor/assets/javascripts/angular-material/radio_button.js
|
88
|
+
- vendor/assets/javascripts/angular-material/select.js
|
89
|
+
- vendor/assets/javascripts/angular-material/sidenav.js
|
90
|
+
- vendor/assets/javascripts/angular-material/slider.js
|
91
|
+
- vendor/assets/javascripts/angular-material/sticky.js
|
92
|
+
- vendor/assets/javascripts/angular-material/subheader.js
|
93
|
+
- vendor/assets/javascripts/angular-material/swipe.js
|
94
|
+
- vendor/assets/javascripts/angular-material/switch.js
|
95
|
+
- vendor/assets/javascripts/angular-material/tabs.js
|
96
|
+
- vendor/assets/javascripts/angular-material/toast.js
|
97
|
+
- vendor/assets/javascripts/angular-material/toolbar.js
|
98
|
+
- vendor/assets/javascripts/angular-material/tooltip.js
|
99
|
+
- vendor/assets/javascripts/angular-material/virtual_repeat.js
|
100
|
+
- vendor/assets/javascripts/angular-material/whiteframe.js
|
49
101
|
- vendor/assets/stylesheets/angular-material-rails.scss
|
102
|
+
- vendor/assets/stylesheets/angular-material/autocomplete.scss
|
103
|
+
- vendor/assets/stylesheets/angular-material/backdrop.scss
|
104
|
+
- vendor/assets/stylesheets/angular-material/base.scss
|
105
|
+
- vendor/assets/stylesheets/angular-material/bottom-sheet.scss
|
106
|
+
- vendor/assets/stylesheets/angular-material/button.scss
|
107
|
+
- vendor/assets/stylesheets/angular-material/card.scss
|
108
|
+
- vendor/assets/stylesheets/angular-material/checkbox.scss
|
109
|
+
- vendor/assets/stylesheets/angular-material/chips.scss
|
110
|
+
- vendor/assets/stylesheets/angular-material/content.scss
|
111
|
+
- vendor/assets/stylesheets/angular-material/datepicker.scss
|
112
|
+
- vendor/assets/stylesheets/angular-material/dialog.scss
|
113
|
+
- vendor/assets/stylesheets/angular-material/divider.scss
|
114
|
+
- vendor/assets/stylesheets/angular-material/fab-speed-dial.scss
|
115
|
+
- vendor/assets/stylesheets/angular-material/fab-toolbar.scss
|
116
|
+
- vendor/assets/stylesheets/angular-material/grid-list.scss
|
117
|
+
- vendor/assets/stylesheets/angular-material/icon.scss
|
118
|
+
- vendor/assets/stylesheets/angular-material/input.scss
|
119
|
+
- vendor/assets/stylesheets/angular-material/list.scss
|
120
|
+
- vendor/assets/stylesheets/angular-material/menu-bar.scss
|
121
|
+
- vendor/assets/stylesheets/angular-material/menu.scss
|
122
|
+
- vendor/assets/stylesheets/angular-material/progress-circular.scss
|
123
|
+
- vendor/assets/stylesheets/angular-material/progress-linear.scss
|
124
|
+
- vendor/assets/stylesheets/angular-material/radio-button.scss
|
125
|
+
- vendor/assets/stylesheets/angular-material/select.scss
|
126
|
+
- vendor/assets/stylesheets/angular-material/sidenav.scss
|
127
|
+
- vendor/assets/stylesheets/angular-material/slider.scss
|
128
|
+
- vendor/assets/stylesheets/angular-material/sticky.scss
|
129
|
+
- vendor/assets/stylesheets/angular-material/subheader.scss
|
130
|
+
- vendor/assets/stylesheets/angular-material/switch.scss
|
131
|
+
- vendor/assets/stylesheets/angular-material/tabs.scss
|
132
|
+
- vendor/assets/stylesheets/angular-material/toast.scss
|
133
|
+
- vendor/assets/stylesheets/angular-material/toolbar.scss
|
134
|
+
- vendor/assets/stylesheets/angular-material/tooltip.scss
|
135
|
+
- vendor/assets/stylesheets/angular-material/virtual-repeat.scss
|
136
|
+
- vendor/assets/stylesheets/angular-material/whiteframe.scss
|
50
137
|
homepage: http://rubygems.org/gems/angular-material-rails
|
51
138
|
licenses:
|
52
139
|
- AV
|