remove console.log
parent
a177060d57
commit
b914b1f13b
|
@ -74,7 +74,6 @@ ProjectsPaginationDirective = ($timeout) ->
|
||||||
renderNextAndPrev = ->
|
renderNextAndPrev = ->
|
||||||
if projects.length
|
if projects.length
|
||||||
pageSize = $el.find(".v-pagination-list").height()
|
pageSize = $el.find(".v-pagination-list").height()
|
||||||
console.log pageSize
|
|
||||||
containerSize = container.height()
|
containerSize = container.height()
|
||||||
if containerSize > pageSize
|
if containerSize > pageSize
|
||||||
visible(nextBtn)
|
visible(nextBtn)
|
||||||
|
|
Loading…
Reference in New Issue