Skip to content

Commit d3721b8

Browse files
committed
Update app.js
1 parent 950bd58 commit d3721b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
143143
name: 'Scroll',
144144
desc: 'uiScroll directive solves this problem by dynamically destroying elements as they become invisible and recreating them if they become visible again',
145145
src: 'https://github.com/angular-ui/ui-scroll',
146-
home: ''
146+
home: 'http://angular-ui.github.io/ui-scroll/demo/'
147147
}
148148
];
149149

0 commit comments

Comments
 (0)