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:
ionNavBar
.ionList
.ionItem
, this element allows a developer to show/hide a delete button within an ionItem
with ease.ionItem
, this element allows a developer to reorder an ionItem
within a list easily.I believe you want to swap the order of lessons 8 & 9...
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?
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).