Skip to content

Commit 27b8447

Browse files
committed
Update README.md
1 parent c6c7f1b commit 27b8447

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ In the fashion similar to ngRepeat the following animations are supported:
189189
* .enter - when a new item is added to the list
190190
* .leave - when an item is removed from the list
191191

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
193193

194194
uiScrollViewport directive
195195
-------------------
@@ -320,31 +320,3 @@ To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/ma
320320
* Deep 'name' properties access via dot-notation in template.
321321
* Fixed the problem occurring if the scroller is $destroyed while there are requests pending: [#64](https://github.com/Hill30/NGScroller/issues/64).
322322

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

Comments
 (0)