• Robert Knight's avatar
    Use data-in, events-out pattern for <markdown> component · 6328298e
    Robert Knight authored
    This simplifies the implementation of the <markdown> component slightly,
    and makes its inputs more consistent with other recently written components.
    
     - Replace use of 'ngModel' with 'text' input property and 'onEditText'
       output event.
    
     - Add tests for preview state.
    
     - Add tests for rendering and editing annotations that have no text.
    
     - Optimize editor initialization by not creating the toolbar's DOM
       elements until the user starts editing the annotation, via using
       ng-if rather than ng-show to hide the toolbar in view mode.
    6328298e
Name
Last commit
Last update
..
annotation.html Loading commit data...
dropdown_menu_btn.html Loading commit data...
excerpt.html Loading commit data...
group_list.html Loading commit data...
loggedout_message.html Loading commit data...
login_form.html Loading commit data...
markdown.html Loading commit data...
publish_annotation_btn.html Loading commit data...
search_status_bar.html Loading commit data...
share_dialog.html Loading commit data...
sidebar_tutorial.html Loading commit data...
signin_control.html Loading commit data...
sort_dropdown.html Loading commit data...
thread.html Loading commit data...
top_bar.html Loading commit data...
viewer.html Loading commit data...