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.
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.5I'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.5Can 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-daterangepickerUpdate 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.5I'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.5I 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