• 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
..
annotation-test.coffee Loading commit data...
excerpt-test.js Loading commit data...
form-input-test.coffee Loading commit data...
form-validate-test.coffee Loading commit data...
group-list-test.js Loading commit data...
publish-annotation-btn-test.js Loading commit data...
search-status-bar-test.js Loading commit data...
share-dialog-test.coffee Loading commit data...
simple-search-test.coffee Loading commit data...
sort-dropdown-test.js Loading commit data...
spinner-test.js Loading commit data...
status-button-test.coffee Loading commit data...
thread-test.coffee Loading commit data...
util.js Loading commit data...
window-scroll-test.js Loading commit data...