You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would have rather had one .progress element and [also] bound the value of model.mediaStatus to a child SPAN element. however i was forced to create three separate progress bars w/o the value-binding.
The text was updated successfully, but these errors were encountered:
desired - but not possible due to switch value/selector bug described below.
jade:
^when the value of
model.mediaStatus
isuploading
,processing
orencoding
, i want to show the progress bar, and similarly with the.actions
DIV.however changes to
model.mediaStatus
will not keep.progress
visible. thus you cannot use the same selector for multiple values.i had to create three separate progress DIVs classed
.uploading
,.processing
and.encoding
to get this switch binding to work as expected.compromise - to make the switch-binding work:
jade:
i would have rather had one
.progress
element and [also] bound the value ofmodel.mediaStatus
to a child SPAN element. however i was forced to create three separate progress bars w/o the value-binding.The text was updated successfully, but these errors were encountered: