Skip to main content
1 vote
1 answer
55 views

While creating a custom widget for visualizing dynamic table data, I encountered some issues and would like to share a minimal working example to illustrate the problem. JS: self.ctx.$scope.showAlert =...
OmnivoreRecycling's user avatar
1 vote
0 answers
64 views

I am trying to display the areas for the selected block, the wizardStep is the parent controller and the optionSelector is the child controller. I am sending the selected name and value of the ...
randomdude's user avatar
0 votes
0 answers
69 views

I am using "ng-repeat" to display 3 elements => Radio buttons- Yes/No, "Save" & "Cancel" buttons. Objective of this question is to Enable only 1 HTML Attribute at ...
Pururava's user avatar
1 vote
1 answer
69 views

I am working on hiding certain elements of an Angular page. I cannot change the source code, however I am able to upload an SCSS stylesheet which is applied to the page. The page I am working on has 2 ...
Connor Hale's user avatar
0 votes
1 answer
34 views

I would like to set the background color of a table column with AngularJS. I found an example without AngularJS: $('td').hover(function() { var t = parseInt($(this).index()) + 1; $('td:nth-...
quma's user avatar
  • 5,797
0 votes
0 answers
38 views

I have been following some user guides / introduction videos, and am struggling to merge a couple of very basic concepts. I have trying to populate a SELECT using the ng-options but it seems its ...
Mark B's user avatar
  • 1
1 vote
1 answer
66 views

My red JS array is ["standard", "premium"] When I click on the dropdown option for the first time, it’s showing option as standard and premium. After choosing any one of them, the ...
SR3599's user avatar
  • 15
1 vote
1 answer
65 views

I use a dynamic name attribute technique. I'm using AngularJS verison 1.5.0. When I run this AngularJS example (code below), which has nested ng-repeats (so I use $index and $parent.$index), I expect ...
Nate Anderson's user avatar
0 votes
2 answers
66 views

I am running an older version of Ionic v1 which is no longer supported. It appears I have discovered a bug that is not covered anywhere. The only two mentions of it are 1) related to collection-...
rolinger's user avatar
  • 3,196
0 votes
0 answers
50 views

I have an HTML block that is accessing values using ng-repeat in an object array 'items' of type: [{ method: 0, text: 'text1' }, { method: 1, text: 'text2' }, { method: 3, text:...
Varghese's user avatar
0 votes
1 answer
42 views

I have an AngularJS app. I have a page where I am displaying a table of information for the user to edit. However, there are too many columns going across the page. I would like to move 1 or more ...
Jerry's user avatar
  • 6,597
1 vote
0 answers
101 views

I want to show records of 10k in an HTML table using ng-repeat, but when ng-repeat runs, it crashes the browser every time. I need solutions so I can fix it. I am looking for a solution so I can fix ...
Syed Yahya Masood's user avatar
0 votes
1 answer
61 views

I want a different image url each person profile everytime they’re profile details appeared. But what happen is it’s only targeted the last url on $scope.imgSrc so they have all same pics which is I ...
Hilario Abe's user avatar
0 votes
1 answer
61 views

I would like to know how can I display a table with ng-repeat from AngularJS like this: 4 columns after a row with a colspan of 4 and so on. My code angular return database from data html <table&...
Braga's user avatar
  • 3
-1 votes
1 answer
27 views

I have a table with a column of Status, and I want to filter the table base on their status and I have put on the selection element to do so. here is my code below for the selection <select class=&...
Bennie Glarilso's user avatar

15 30 50 per page
1
2 3 4 5
604