Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 323 Bytes

ionic.md

File metadata and controls

3 lines (2 loc) · 323 Bytes

#Ionic best pracitces

  • When using items (with ng-repeat), if dealing with large numbers of items, use two seperated arrays. One for all items, second for VISIBLE items. For complete example, check my SO question and answer here.