All Questions
61 questions
0
votes
2
answers
322
views
input range filter for a data in ng-repeat
All I want filter for my data to show all my wine above the value that I have to put in my input range. What I should write in my own javascript and also html?
So I used this king of data:
"wine": [...
5
votes
1
answer
1k
views
Problems with `track by $index` with Angular UI Carousel
$index in track by index does not start at zero when pagination is used
I have created a carousel using angular ui bootsrap.
Since am loading so many images(over 1,000), I used a filter to display 500 ...
0
votes
1
answer
183
views
how to correct paging in angularjs
i have below code , my page location 1 not showing data. its start from page 2 .. i don't know ...i am trying last 3 hours but not success i am new in angularjs that's why i am here please help me .....
1
vote
1
answer
2k
views
Show an image inside table with ng-if and ng-repeat
I would like to ask you a question.
My wish is to create a table composed by 4 columns and show on table-data (3rd and 4th column of each row) an image of green circle when a variable (blocco1 or ...
1
vote
1
answer
2k
views
How to inline edit table in angular material?
I need to inline edit a table i.e., to edit a table row in between. I have a table populated with data and each row has an button named Edit at the end. When I click on this button a dialog box opens ...
0
votes
2
answers
173
views
angularjs ng-repeater dynamically delete data
I have a situation where users added sample data as shown in figure. How can I add Delete button which deletes particular sample ONLY. From figure , I want 'Delete Sample 1" to delete Sample 1 ...
0
votes
2
answers
3k
views
How to make keypress select in drop down using Angular Js?
I have a drop down where the item size is large so I am looking for a way to enable keyboard-input (key press) so that I can type and it automatically moves to that option in the drop down. Any ...
2
votes
1
answer
571
views
AngularJs: Nested UI-Bootstrap accordion not working, when update list value
I generate "ui-bootstrap accordion" by ng-repeat. I want upddate value of list dynamically. But when I update nested list value, second accordion is not working.
<uib-accordion close-others="...
2
votes
1
answer
456
views
Angular UI Bootstrap pagination - show first 12 records in ng-repat on inital page load
See this plunker for a working example of my issue.
Pagination is working when I click on a pagination page number but does not initially load the data for the first page (first set of records). The ...
0
votes
1
answer
112
views
Angular Accordion not resolving to correct html
I want to use Angular Accordion with ng-repeat. I am facing a strange behavior where the html is not resolved properly on my page and my accordion does not work at all. But the same code works like ...
0
votes
1
answer
451
views
AngularJs Table not updated after Create/Delete/update
If I Create/Update/Delete Values in my Array the ng-table is not Updating the Data. I need to do a window.location.reload() for that but thats not very "beautifull". Shouldnt in Angularjs through 2Way ...
0
votes
2
answers
47
views
Passing an Object and retriving the same into an angular Modal
I am trying to pass Objects into a modal. I have no idea how to pass an argument into a modal. So I am trying with this :
vm.viewGroupDetail = function(userDetails) {
var scope = $scope.$new();
...
1
vote
1
answer
548
views
Model does not persist using uib-typeahead with ng-repeat
I am trying to use uib-typeahead to select one or more objects (via an ng-repeat), but facing an issue where the model does not persist when adding another object.
This is reproduced on Plnkr here (...
0
votes
0
answers
5k
views
uib-accordion in angular for list display
My index page has two div's. In first < div > i extract names from $scope from controller mController. ng-repeat is used to iterate through the list to display Movies and Names in the first < ...
0
votes
1
answer
44
views
Closing modal in Angular UI Bootstrap while erasing array of 1000 items, takes a significant time
I've an Angular application where I pass an empty array to Angular-UI Bootstrap Modal. Depends on user choice it may be filled or not with items, up to 1000 objects. All them I display in a list with ...