Angular 1.6 bindings inside controller
With angular 1.6, your bindings are going to be ready on the method $onInit and not before.
If you need to re-enable auto bindings https://toddmotto.com/angular-1-6-is-here#re-enabling-auto-bindings
With angular 1.6, your bindings are going to be ready on the method $onInit and not before.
If you need to re-enable auto bindings https://toddmotto.com/angular-1-6-is-here#re-enabling-auto-bindings