Build a Powerful List with Ionic

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

In this lesson, we are going to dig into Ionic lists and make use of some awesome list features that Ionic gives us for free. We are going to learn how to use the following Ionic directives:

  • ion-nav-buttons - Use nav buttons to set the buttons on your ionNavBar.
  • ion-list - The List is a widely used interface element in almost any mobile app, and can include content ranging from basic text all the way to buttons, toggles, icons, and thumbnails.
  • ion-item- Used to create items inside of an ionList.
  • ion-delete-button - A child of ionItem, this element allows a developer to show/hide a delete button within an ionItem with ease.
  • ion-reorder-button - A child of ionItem, this element allows a developer to reorder an ionItem within a list easily.
Mike
~ 9 years ago

I believe you want to swap the order of lessons 8 & 9...

Howard
~ 9 years ago

Hello, I can't seem to get _.where(bookmarks, {category: category}) to return anything. Neither was I able to get the _.where code from github to work. Console.log says TypeError: _.where is not a function. What am I missing and/or doing wrong?

Howard
~ 9 years ago

As it turns out, lodash as of v4.0.0 Removed _.where in favor of _.filter with iteratee shorthand (https://github.com/lodash/lodash/wiki/Changelog).