Top "Angularjs-components" questions

Component is a special kind of directive that uses a simpler configuration which is suitable for a component-based application structure.

angularjs: broadcast from directive to controller

Im trying to send a message from within a directive to its parent controller (without success) Here is my HTML &…

angularjs angularjs-scope dom-events angularjs-components
angularjs components getting a form inside template

so I have a component with a template containing a form. mycomponent.html: <div> <form name="myForm"&…

angularjs angularjs-components
AngularJS 1.5 component example

I'm working on an Angularjs project using .component() with template property, but I don't know how to use templateUrl. Is …

angularjs angularjs-components
Angular 1.5 Component Two Way Binding Not Working

I have an Angular 1.5.3 component that appears to not update the values for a two way binding. My controller changes …

javascript angularjs angularjs-directive angularjs-components
Use resolve with angularjs component

I am trying to resolve a list of customers prior to rendering a page. Here is the state provider reference, …

angularjs resolve angularjs-components angularjs-provider
$translate.instant does not translate values in AngularJS component when component starts

With Angular Translate and $translate.instant() method I built AngularJS's select component with automatic switching between languages: <translated-select elements="$…

javascript angularjs internationalization angular-translate angularjs-components
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
how to take screenshot or screen video in angular 5

I am using angular 5 sample project, want to build feature for screenshot or capture screen video using angular5 component structure.

angular screenshot angular5 angularjs-components
Using expression `("&")` binding to pass data from AngularJS component to parent scope

Can't access controller scope from angular component output binding function I'm trying to access my home controller scope from dashboard …

angularjs angularjs-components isolate-scope
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