• Robert Knight's avatar
    Fix exception when GROUPS_CHANGED event is broadcast during route load · e30dffdd
    Robert Knight authored
    The <group-list> directive attempted to update itself in
    response to a group change notification without triggering
    a full digest cycle by using `$scope.$apply`.
    
    This was based on the incorrect understanding that $apply only
    dirty-checks the current scope downwards. In fact, in dirty-checks
    the root scope. Additionally, the logic was pointless since
    group list/focus changes happen in response to two types of events,
    both of which are triggered in the context of $apply:
    
     * An event handler when the user selects a group
    
     * A callback from angular-websocket when a WebSocket message
       is received.
    e30dffdd
Name
Last commit
Last update
..
test Loading commit data...
annotation.coffee Loading commit data...
deep-count.coffee Loading commit data...
dropdown-menu-btn.js Loading commit data...
excerpt.js Loading commit data...
form-input.coffee Loading commit data...
form-validate.coffee Loading commit data...
group-list.js Loading commit data...
markdown.coffee Loading commit data...
publish-annotation-btn.js Loading commit data...
search-status-bar.js Loading commit data...
share-dialog.coffee Loading commit data...
signin-control.js Loading commit data...
simple-search.coffee Loading commit data...
sort-dropdown.js Loading commit data...
spinner.js Loading commit data...
status-button.coffee Loading commit data...
thread-filter.coffee Loading commit data...
thread.coffee Loading commit data...
top-bar.js Loading commit data...
window-scroll.js Loading commit data...