Top "Angularjs-1.5" questions

Represents questions specific to AngularJS versions 1.5. The primary theme for this release was to improve the upgrade path to Angular 2. In this release, features added that will enable developers to write Angular 1 applications that are closer to the way that applications are structured in Angular 2.

AngularJS 1.5+ Components do not support Watchers, what is the work around?

I've been upgrading my custom directives to the new component architecture. I've read that components do not support watchers. Is …

angularjs angularjs-directive angularjs-scope angularjs-components angularjs-1.5
Why are my component bindings undefined in its controller?

I'm writing a simple angular component. I'm passing a parameter as a binding and display its value on the screen. …

javascript angularjs angularjs-1.5
Date range pickers in angularjs

Can anyone suggest some good date range picker with angularjs which can work without range also? So, flexible to use …

angularjs datepicker angularjs-1.5 bootstrap-daterangepicker
Installing angular 1.5 typings

Update 3/26/2017 I now use npm install @types/angular with TypeScript 2.0 and the experience so far has been much smoother than …

angularjs typescript typescript-typings angularjs-1.5
Angular 1.5 components with ui-router resolve : Unknown provider

I'm facing an issue with converting controllers to components preparing my application for Angular 2, but the problem the migration is …

angularjs angular-ui-router angularjs-components angularjs-1.5
AngularJS 1.5.x $onChanges Not Working with One-Way Binding Changes

I don't understand why $onChanges isn't kicked off when I change a bound primitive in an input. Can someone see …

angularjs angularjs-components angularjs-1.5