@@ -5,55 +5,55 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
5
5
name : 'Event Binder' ,
6
6
desc : 'Bind a callback to any event not natively supported by AngularJS' ,
7
7
src : 'https://github.com/angular-ui/ui-event' ,
8
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
8
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
9
9
} ,
10
10
{
11
11
name : 'Mask' ,
12
12
desc : 'Apply a mask on an input field so the user can only type pre-determined pattern.' ,
13
13
src : 'https://github.com/angular-ui/ui-mask' ,
14
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html'
14
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html'
15
15
} ,
16
16
{
17
17
name : 'Indeterminate' ,
18
18
desc : 'Provides an easy way to toggle a checkbox input\'s special "indeterminate" property. This is a visual toggle only and in no way affects the model or value outside of native browser behavior at this time.' ,
19
19
src : 'https://github.com/angular-ui/ui-indeterminate' ,
20
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-indeterminate/master/demo/index.html'
20
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-indeterminate/master/demo/index.html'
21
21
} ,
22
22
{
23
23
name : 'Validate' ,
24
24
desc : 'General-purpose validator for ngModel.' ,
25
25
src : 'https://github.com/angular-ui/ui-validate' ,
26
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-validate/master/demo/index.html'
26
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-validate/master/demo/index.html'
27
27
} ,
28
28
{
29
29
name : 'Scrollpoint' ,
30
30
desc : 'Add a "ui-scrollpoint" class to elements when the page scrolls past them. (previously known as scrollfix)' ,
31
31
src : 'https://github.com/angular-ui/ui-scrollpoint' ,
32
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-scrollpoint/master/demo/index.html'
32
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-scrollpoint/master/demo/index.html'
33
33
} ,
34
34
{
35
35
name : 'Uploader' ,
36
36
desc : 'Customizable file uploader' ,
37
37
src : 'https://github.com/angular-ui/ui-uploader' ,
38
- home : 'http ://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html'
38
+ home : 'https ://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html'
39
39
} ,
40
40
{
41
41
name : 'CodeMirror' ,
42
42
desc : 'This directive allows you to add CodeMirror editor to your textarea elements.' ,
43
43
src : 'https://github.com/angular-ui/ui-codemirror' ,
44
- home : 'http ://angular-ui.github.io/ui-codemirror/'
44
+ home : 'https ://angular-ui.github.io/ui-codemirror/'
45
45
} ,
46
46
{
47
47
name : 'Ace' ,
48
48
desc : 'This directive allows you to add ACE editor elements.' ,
49
49
src : 'https://github.com/angular-ui/ui-ace' ,
50
- home : 'http ://angular-ui.github.io/ui-ace/'
50
+ home : 'https ://angular-ui.github.io/ui-ace/'
51
51
} ,
52
52
{
53
53
name : 'Calendar' ,
54
54
desc : 'A complete AngularJS directive for the Arshaw FullCalendar.' ,
55
55
src : 'https://github.com/angular-ui/ui-calendar' ,
56
- home : 'http ://angular-ui.github.io/ui-calendar/'
56
+ home : 'https ://angular-ui.github.io/ui-calendar/'
57
57
} ,
58
58
{
59
59
name : 'Map' ,
@@ -65,7 +65,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
65
65
name : 'Date' ,
66
66
desc : 'jQuery UI Datepicker for AngularJS' ,
67
67
src : 'https://github.com/angular-ui/ui-date' ,
68
- home : 'http ://angular-ui.github.io/ui-date/'
68
+ home : 'https ://angular-ui.github.io/ui-date/'
69
69
} ,
70
70
{
71
71
name : 'Select' ,
@@ -95,7 +95,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
95
95
name : 'Bootstrap' ,
96
96
desc : 'Bootstrap components written in pure AngularJS' ,
97
97
src : 'https://github.com/angular-ui/bootstrap' ,
98
- home : 'http ://angular-ui.github.io/bootstrap/'
98
+ home : 'https ://angular-ui.github.io/bootstrap/'
99
99
} ,
100
100
{
101
101
name : 'Grid' ,
@@ -107,37 +107,37 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
107
107
name : 'Router' ,
108
108
desc : 'The de-facto solution to flexible routing with nested views in AngularJS' ,
109
109
src : 'https://github.com/angular-ui/ui-router' ,
110
- home : 'http ://angular-ui.github.io/ui-router/site/'
110
+ home : 'https ://angular-ui.github.io/ui-router/site/'
111
111
} ,
112
112
{
113
113
name : 'Google maps' ,
114
114
desc : 'AngularJS directives for the Google Maps Javascript API' ,
115
115
src : 'https://github.com/angular-ui/angular-google-maps' ,
116
- home : 'http ://angular-ui.github.io/angular-google-maps'
116
+ home : 'https ://angular-ui.github.io/angular-google-maps'
117
117
} ,
118
118
{
119
119
name : 'Slider' ,
120
120
desc : 'jQuery UI Slider for AngularJS' ,
121
121
src : 'https://github.com/angular-ui/ui-slider' ,
122
- home : 'http ://angular-ui.github.io/ui-slider/demo/demo.html'
122
+ home : 'https ://angular-ui.github.io/ui-slider/demo/demo.html'
123
123
} ,
124
124
{
125
125
name : 'Layout' ,
126
126
desc : 'This directive allows you to split stuff' ,
127
127
src : 'https://github.com/angular-ui/ui-layout' ,
128
- home : 'http ://angular-ui.github.io/ui-layout/'
128
+ home : 'https ://angular-ui.github.io/ui-layout/'
129
129
} ,
130
130
{
131
131
name : 'Chart with jQplot' ,
132
132
desc : 'This directive allows you to add a jqPlot graph to your application' ,
133
133
src : 'https://github.com/angular-ui/ui-chart' ,
134
- home : 'http ://angular-ui.github.io/ui-chart'
134
+ home : 'https ://angular-ui.github.io/ui-chart'
135
135
} ,
136
136
{
137
137
name : 'Tour' ,
138
138
desc : 'A native tour-type directive that will lace easily-controllable tooltips throughout your app' ,
139
139
src : 'https://github.com/angular-ui/ui-tour' ,
140
- home : 'http ://angular-ui.github.io/ui-tour/demo/demo.html'
140
+ home : 'https ://angular-ui.github.io/ui-tour/demo/demo.html'
141
141
} ,
142
142
{
143
143
name : 'Scroll' ,
0 commit comments