@@ -3,7 +3,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
3
3
$scope . modules = [
4
4
{
5
5
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 ' ,
7
7
src : 'https://github.com/angular-ui/ui-event' ,
8
8
home : 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
9
9
} ,
@@ -63,7 +63,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
63
63
} ,
64
64
{
65
65
name : 'Date' ,
66
- desc : 'jQueryUI Datepicker for AngularJS' ,
66
+ desc : 'jQuery UI Datepicker for AngularJS' ,
67
67
src : 'https://github.com/angular-ui/ui-date' ,
68
68
home : 'http://angular-ui.github.io/ui-date/'
69
69
} ,
@@ -81,7 +81,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
81
81
} ,
82
82
{
83
83
name : 'Sortable' ,
84
- desc : 'AngularJS bindings for jQuery UI Sortable' ,
84
+ desc : 'jQuery UI Sortable for AngularJS ' ,
85
85
src : 'https://github.com/angular-ui/ui-sortable' ,
86
86
home : 'https://angular-ui.github.io/ui-sortable/'
87
87
} ,
@@ -117,7 +117,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
117
117
} ,
118
118
{
119
119
name : 'Slider' ,
120
- desc : 'Slider based on jQuery slider ' ,
120
+ desc : 'jQuery UI Slider for AngularJS ' ,
121
121
src : 'https://github.com/angular-ui/ui-slider' ,
122
122
home : 'http://angular-ui.github.io/ui-slider/demo/demo.html'
123
123
} ,
0 commit comments