File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,10 @@ To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/ma
268
268
269
269
###History
270
270
271
+ ###v1.5.1
272
+ * Refactored adjustments during elements append/prepend.
273
+ * Bof/eof information is accessible out of the scroller.
274
+
271
275
###v1.5.0
272
276
* Implemented uiScrollTh and uiScrollTd directives; uiScroll major refactoring.
273
277
* Added "disabled" property to the adapter object to ignore user's scroll events.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"homepage" : " https://github.com/angular-ui/ui-scroll.git" ,
5
5
"description" : " AngularJS infinite scrolling module" ,
6
6
"main" : " ./dist/ui-scroll.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
3
"description" : " two way infinite scroll" ,
4
- "version" : " 1.5.0 " ,
4
+ "version" : " 1.5.1 " ,
5
5
"src" : " ./src/" ,
6
6
"public" : " ./public/" ,
7
7
"main" : " ./dist/ui-scroll.js" ,
You can’t perform that action at this time.
0 commit comments