• 
      

    Add a base class for a collection of ListItems.

    Review Request #5599 — Created March 7, 2014 and submitted

    Information

    Djblets
    master
    302cb8d...

    Reviewers

    This adds ListItemsCollection, which subclasses Backbone.Collection to
    provide an event when fetching and to make constructor options available
    as a variable on the collection.

    Views can use the new "fetching" signal to show a loading indicator when
    fetching a collection from the server.

    Used this in a view. Accessed state on the options and responded to the
    "fetching" event.

    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed