@@ -5,37 +5,37 @@ 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 Angular' ,
7
7
src : 'https://github.com/angular-ui/ui-event' ,
8
- home : ''
8
+ home : 'http://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 : ''
14
+ home : 'http://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 : ''
20
+ home : 'http://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 : ''
26
+ home : 'http://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 : ''
32
+ home : 'http://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 : ''
38
+ home : 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html '
39
39
} ,
40
40
{
41
41
name : 'CodeMirror' ,
0 commit comments