Most voted "angularjs-components" questions
7 questions
Sort by count of
-
2
votes1
answer299
viewsJavascript: Chartjs - How to highlight "piece" of the chart when user clicks?
I am working with Chart.js and my chart, type doughnut, is already cute, but I would like that, if the user click on a part of the chart the "piece" was highlighted... can be growing, staying in…
-
1
votes2
answers2064
viewsHow to perform a function on one component and affect another component - Angular 6
I would like to know how I can through one component affect another component at angular 6. These components are not father and son. They are distinct. <app-navegacao></app-navegacao>…
typescript javascript-events angular-6 angularjs-componentsasked 6 years, 2 months ago Leonardo Vinicius 335 -
0
votes1
answer27
viewsHow to add dynamic buttons per loaded page?
My controller calls Factory Action and adds buttons on the page I’m loading, see below the controller: class AgenciesListController { /* @ngInject */ constructor(Action) { this.action = Action;…
-
0
votes1
answer865
viewsAccess methods through a parent component in a child with Angular 1
Hello, I’m having a hard time getting information between 2 components working with Angular 1. This is my example: angular.module("parent",["child"]).component("parent",{ template : "<p>…
-
0
votes2
answers152
viewsAngular 1 - Using bindings in controller - Component
I am using Angularjs, in creating a Component I need to access the bindings in my controller. In html I’m calling Component so: <component type='tipo' urlid='meuid'></component> I’m…
-
0
votes1
answer267
viewsUpdate attributes of child components
I’m making a very simple accordion component. A list of items where I click on one and it opens; if you already have one, it closes and the other opens. <ns-accordion-item is-show="false">…
-
0
votes1
answer95
viewsHow to receive a directive within a component in Angularjs
This photo exemplifies what I wish to do: Link to TOTVS Angularjs documentation This is the excerpt from the form where I’m trying to do this. I’m getting the components required, number and…
angularjs angularjs-directives angularjs-scope angularjs-componentsasked 6 years ago Rafael Zulianeli 1