Skip to content

Commit 2dbb684

Browse files
committed
Add ui-slider
1 parent 2a035a5 commit 2dbb684

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
114114
desc: 'AngularJS directives for the Google Maps Javascript API',
115115
src: 'https://github.com/angular-ui/angular-google-maps',
116116
home: 'http://angular-ui.github.io/angular-google-maps'
117+
},
118+
{
119+
name: 'Slider',
120+
desc: 'Slider based on jQuery slider',
121+
src: 'https://github.com/angular-ui/ui-slider',
122+
home: 'http://angular-ui.github.io/ui-slider/demo/demo.html'
117123
}
118124
];
119125

0 commit comments

Comments
 (0)