Tagged Questions
0
votes
1answer
132 views
Angular.js filters and functions on scope that is changing every second
The problem. I have a table of entries($scope.entries), each row(ng-repeat) with 5 columns, 2 of those columns have custom made filter for various transformations.
Now in the same scope I have ...
1
vote
1answer
179 views
Angular.js custom iterations/data transformations and grouping… when simple ng-repeat just won't cut it
Still this problem Angular.js more complex conditional loops but I felt that the answer to the question as it was asked was right so I accepted it.
So let me elaborate more than I did in the original ...
0
votes
1answer
325 views
AngularJS ng-options inside custom directive which is inside ng-repeat
Could you help me to find a way to set and get select element values which are placed inside my custom directive.
This is what I have:
<body ng-app="myApp">
<div ...