-
Notifications
You must be signed in to change notification settings - Fork 0
Add Image Slide Viewer & Image Viewer Header #11
Conversation
vm.files = [ | ||
{ | ||
fileId: "abc", | ||
path: "work/1447877190406-e9c02ed7-00bf-4e52-8c57-4d73fec009ac/9be085da-2013-44e9-8701-507a03c6716e/Screen Shot 2015-12-01 at 1.13.17 PM.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put files into an example/images and use that instead
vm.toggleComments = $scope.toggleComments | ||
|
||
vm.generateProfileUrl = (handle) -> | ||
"https://www.topcoder.com/members/#{handle}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this use "API_URL" constant, or do we only every hit topcoder.com for the profiles?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, is this for the avatar? if so, the logic should be in the avatar element
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couldn't the avatar have an option to toggle if its a link or not? |
yeah will refactor this later |
Add Image Slide Viewer & Image Viewer Header
ping @vietnogi @aselbie