angularjs-components Questions
2
Solved
so I have a component with a template containing a form.
mycomponent.html:
<div>
<form name="myForm">
<!-- more html code -->
</form>
</div>
How can I access m...
Biggin asked 17/3, 2016 at 15:46
2
Solved
With Angular Translate and $translate.instant() method I built AngularJS's select component with automatic switching between languages:
<translated-select
elements="$ctrl.values"
current-valu...
Hoard asked 11/9, 2016 at 20:22
1
Solved
i want to use D3.js v4 with AngularJS 1.5x
In the past i used .directives for the charts, but now i was wondering if it's possible use .components instead of directives, and if it's a good practic...
Unrestrained asked 18/8, 2016 at 8:13
1
Solved
My component object looks like this:
var options = {
bindings: {
title: '<',
rows: '<'
},
controller: registers,
templateUrl: function ($element, $attrs) {
return '/app/dashboard/regi...
Ettaettari asked 28/7, 2016 at 20:15
2
Solved
I am trying to resolve a list of customers prior to rendering a page.
Here is the state provider reference, where I have the resolve methods.
angular.module('app')
.config(($stateProvider) =>...
Colp asked 21/7, 2016 at 17:23
2
Solved
I'm facing an issue with converting controllers to components preparing my application for Angular 2, but the problem the migration is not going well, I have the ui-router to route between states a...
Cress asked 13/7, 2016 at 8:37
1
Solved
I've been trying to use the new Angular 1.5 component syntax in a project, but I can't figure out how to inject a dependency into the component definition.
Here's my attempt at refactoring an exis...
Concubinage asked 14/5, 2016 at 18:36
1
I am coming from a React / Redux mindset where data-manipulation functions as well as data are passed from parent to child to grandchild etc. Components themselves do not modify data, rather they p...
Panzer asked 9/5, 2016 at 17:39
1
Solved
I have an Angular 1.5.3 component that appears to not update the values for a two way binding. My controller changes the values which are passed to the component.
The component appears to read the...
Arrington asked 1/4, 2016 at 15:50
1
Solved
I have created a component that needs to have a reference to the object for which the component was created. I didn't make to work and all my trials have failed. Below, I try to describe the intent...
Karmenkarna asked 28/2, 2016 at 11:1
1
Solved
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 component but it's undefined.
I also tried a second approac...
Ecg asked 21/2, 2016 at 15:7
1
Solved
I was wondering what is the best way to pass functions down through 2 or more levels of components? There's no simple way of skipping the function wrap when using '&' bindings?
Here's an use ...
Translocation asked 23/1, 2016 at 1:47
© 2022 - 2024 — McMap. All rights reserved.