Skip to content

Commit ea3d68d

Browse files
committed
jQuery UI consistency
Fixes angular-ui#105
1 parent d3721b8 commit ea3d68d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
33
$scope.modules = [
44
{
55
name: 'Event Binder',
6-
desc: 'Bind a callback to any event not natively supported by Angular',
6+
desc: 'Bind a callback to any event not natively supported by AngularJS',
77
src: 'https://github.com/angular-ui/ui-event',
88
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
99
},
@@ -63,7 +63,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
6363
},
6464
{
6565
name: 'Date',
66-
desc: 'jQueryUI Datepicker for AngularJS',
66+
desc: 'jQuery UI Datepicker for AngularJS',
6767
src: 'https://github.com/angular-ui/ui-date',
6868
home: 'http://angular-ui.github.io/ui-date/'
6969
},
@@ -81,7 +81,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
8181
},
8282
{
8383
name: 'Sortable',
84-
desc: 'AngularJS bindings for jQuery UI Sortable',
84+
desc: 'jQuery UI Sortable for AngularJS',
8585
src: 'https://github.com/angular-ui/ui-sortable',
8686
home: 'https://angular-ui.github.io/ui-sortable/'
8787
},
@@ -117,7 +117,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
117117
},
118118
{
119119
name: 'Slider',
120-
desc: 'Slider based on jQuery slider',
120+
desc: 'jQuery UI Slider for AngularJS',
121121
src: 'https://github.com/angular-ui/ui-slider',
122122
home: 'http://angular-ui.github.io/ui-slider/demo/demo.html'
123123
},

0 commit comments

Comments
 (0)