Skip to content

Commit 4209b10

Browse files
committed
Add link to demo pages for newly split repositories
1 parent 5e372c9 commit 4209b10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

js/app.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
55
name: 'Event Binder',
66
desc: 'Bind a callback to any event not natively supported by Angular',
77
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'
99
},
1010
{
1111
name: 'Mask',
1212
desc: 'Apply a mask on an input field so the user can only type pre-determined pattern.',
1313
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'
1515
},
1616
{
1717
name: 'Indeterminate',
1818
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.',
1919
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'
2121
},
2222
{
2323
name: 'Validate',
2424
desc: 'General-purpose validator for ngModel.',
2525
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'
2727
},
2828
{
2929
name: 'Scrollpoint',
3030
desc: 'Add a "ui-scrollpoint" class to elements when the page scrolls past them. (previously known as scrollfix)',
3131
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'
3333
},
3434
{
3535
name: 'Uploader',
3636
desc: 'Customizable file uploader',
3737
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'
3939
},
4040
{
4141
name: 'CodeMirror',

0 commit comments

Comments
 (0)