Skip to content

Commit 38b5348

Browse files
committed
Add ui-scroll
1 parent a83f9b3 commit 38b5348

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
@@ -138,6 +138,12 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
138138
desc: 'A native tour-type directive that will lace easily-controllable tooltips throughout your app',
139139
src: 'https://github.com/angular-ui/ui-tour',
140140
home: 'http://angular-ui.github.io/ui-tour/demo/demo.html'
141+
},
142+
{
143+
name: 'Scroll',
144+
desc: 'uiScroll directive solves this problem by dynamically destroying elements as they become invisible and recreating them if they become visible again',
145+
src: 'https://github.com/angular-ui/ui-scroll',
146+
home: ''
141147
}
142148
];
143149

0 commit comments

Comments
 (0)