You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-29Lines changed: 1 addition & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ In the fashion similar to ngRepeat the following animations are supported:
189
189
* .enter - when a new item is added to the list
190
190
* .leave - when an item is removed from the list
191
191
192
-
Animations are only supported for the updates made via applyUpdates method. Updates caused by scrolling are not going through animation transitions. Usual [rules](https://docs.angularjs.org/api/ngAnimate) of working with Angular animations apply. Look [here](http://rawgit.com/angular-ui/ui-scroll/master/demo/examples/animation.html) for an example of animations in the scroller
192
+
Animations are only supported for the updates made via applyUpdates method. Updates caused by scrolling are not going through animation transitions. Usual [rules](https://docs.angularjs.org/api/ngAnimate) of working with Angular animations apply. Look [here](http://rawgit.com/angular-ui/ui-scroll/master/demo/animation/animation.html) for an example of animations in the scroller
193
193
194
194
uiScrollViewport directive
195
195
-------------------
@@ -320,31 +320,3 @@ To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/ma
320
320
* Deep 'name' properties access via dot-notation in template.
321
321
* Fixed the problem occurring if the scroller is $destroyed while there are requests pending: [#64](https://github.com/Hill30/NGScroller/issues/64).
322
322
323
-
####v1.0.3
324
-
* Fixed memory leak on scroller destroy: [#63](https://github.com/Hill30/NGScroller/issues/63).
325
-
* Removed examples from bower download list.
326
-
327
-
####v1.0.2
328
-
* Registration of ui-scroll in bower.
329
-
330
-
####v1.0.1
331
-
* Deep datasource access via dot-notation in template.
332
-
*[Angular 1.3.x breaking change](https://github.com/angular/angular.js/issues/8876) fix with backward compatibility.
333
-
334
-
####v1.0.0
335
-
336
-
* Renamed ng-scroll to ui-scroll.
337
-
* Reduced server requests by eof and bof recalculation.
338
-
* Support for inline-block/floated elements.
339
-
* Reduced flickering via new blocks rendering optimization.
340
-
* Prevented unwanted scroll bubbling.
341
-
* Fixed race-condition and others minor bugs.
342
-
* Added more usage examples (such as cache within datasource implementation).
343
-
344
-
####v0.1.*
345
-
346
-
Introduced `is-loading` and `top-visible-*` attributes. Streamlined and added a few more usage examples.
347
-
348
-
####v0.0.*
349
-
350
-
Initial commit including uiScroll, uiScrollViewPort directives and usage examples.
0 commit comments