• Robert Knight's avatar
    Update to Angular 1.6.9 · 50bd5d66
    Robert Knight authored
    The main change that affects us is that component inputs/bindings are no
    longer available as controller properties in the constructor by default.
    Instead this logic should go in a controller's `$onInit` method.
    
    In this commit use the `$compileProvider.preAssignBindingsEnabled`
    compatibility helper which preserves the Angular <= 1.5 behavior. This
    is being removed in Angular 1.7.
    50bd5d66
thread-list-test.js 6.77 KB