Questions tagged [computed-values]
20 questions
0
votes
1 answer
angular nested data object computed value binding
I have a table of data, a list of staff and their salaries for each month of the year where there is a total for each month across all staff which is calculated dynamically (sum of salaries that fall in that month).
I am trying to get it so that…

lee
- 738
- 1
- 7
- 18
0
votes
2 answers
Ember.js computed property from store
I'm trying to get a simple count of objects returned by REST get request from the server to use in another controller in Ember.js
For this reason I need to make an additional request to the server. Basically here's my code and it almost works.. but…

kernelpanic
- 2,876
- 3
- 34
- 58
0
votes
1 answer
autoconf computed include file name
Would anybody know if there's any way of computing the name of an included file in autoconf ?
I have a project capable of building one of several variants currently based on an identity defined in configure.ac - my aim is to be able to identify the…

David Pointon
- 13
- 3
0
votes
1 answer
How to map to an Array coming from server object using Knockout Mapping plugin and have some computed?
reading this exchange in stackoverflow titled "How to map to an Array coming from server object using Knockout Mapping plugin in templates?" (sorry stackoverflow is putting me limitations on the number of links of the post)
i tried to play making…

Nadir
- 695
- 8
- 12
0
votes
3 answers
Javascript Computed Values With Arrays
Jquery Each Json Values Issue
This question is similar to above, but not the same before it gets marked duplicated.
After realasing how to use computed values i came across another issue.
In my javascript i have the following code:
var…

Lemex
- 3,772
- 14
- 53
- 87