nypublicradio / nypr-publisher-lib

library of shared ember objects for interfacing with the NYPR Publisher back end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

figure out if we need isLoading here

todo opened this issue · comments

commented

commented these out to silence build errors, needs improved approach


// @todo: figure out if we need isLoading here
// @body: commented these out to silence build errors, needs improved approach
// this.set('isLoading', true);
return get(this, 'getComments')().then(comments => {
// this.set('isLoading', false);
return comments;


This issue was generated by todo based on a @todo comment in 5d47970 when #60 was merged. cc @nypublicradio.