Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
380 views

I'd like to edit my checkbox so I get a or an input with type=button instead. I have for now, properly working : <label>Afficher</label> <input type="checkbox" ng-model="...
user9417455's user avatar
1 vote
0 answers
121 views

I want to edit fields before updating them to my JSON file. The following shows the details in the text/number fields (not the dates or select fields) (this is my test run to see if it'll work) <...
Andiie's user avatar
  • 25
1 vote
1 answer
733 views

After AngularJS update to 1.8, once I click and call DayTypechange(2) method, the radio button value does not update. Here is my html: <div class="btn-group btn-group-sm col-xs-11 col-md-10 ...
Chamara Silva's user avatar
0 votes
0 answers
107 views

I'm trying to encapsulate some dropdown list from html code, here is my html code <custom-dropdown function="foo" data="{{application}}" target="toBeUsedLater"> ...
Francis.Tricka's user avatar
0 votes
0 answers
59 views

I got a problem i'm currently trying to use daterangetimepicker from http://www.daterangepicker.com/ to select date for stuff. Problem is that when i select a date using it my ng-model is updated only ...
LeNicow's user avatar
  • 11
0 votes
1 answer
102 views

I haven't used JavaScript in six years, so I'm brushing up on it and learning Angular at the same time via W3Schools. This means I'm likely doing multiple things wrong here, so bear with me. In my ...
Markham Asylum's user avatar
0 votes
1 answer
86 views

I am seeing a weird issue and spending unfruitful time. In my controller I have an object declared as $scope.brfdet = { iJobId: $scope.job.iJobId, iAppType: null, dEarlyShipmentDate: null, dStockdate: ...
Kangkan's user avatar
  • 15.6k
0 votes
0 answers
44 views

I went through all similiar questions, and I didn't find any solution. My code: test.php <html xmlns:ng="http://angularjs.org/"> <head> <script type="text/javascript&...
TomTom's user avatar
  • 49
0 votes
1 answer
666 views

I need 3 dropdown list with same values. 1st dropdown is mandatory to select. The rest 2 is optional all 3 dropdown lists has same options. If user selects a certain option in dropdown 1, it will be ...
user6345655's user avatar
0 votes
1 answer
380 views

I am trying to calculate the values : amountBeforeTax taxAmount and amount but my input named : amountBeforeTax is not updating value to $scope.amountBeforeTax in the controller. Versions : Angular ...
Mudit Agrawal's user avatar
2 votes
1 answer
471 views

the issue is that it is not necessary for all input fields or select tags to be used at the same time to filter, so sometimes users can leave one or several filters without selecting or placing an ...
IGAB's user avatar
  • 21
0 votes
1 answer
95 views

It seems very simple but i could not fix it, my controller can not read ng-model related to input box inside ng-view. here are my codes main.html <html ng-app="myapp" ng-controller="...
Sina Nouri's user avatar
0 votes
1 answer
87 views

A] When not used with data-ng-repeat, the radio button's data-ng-change works properly. Upon changing the radio selected, the function, updatedLanguageTrigger(languageSelected) is called, and the ...
Kulkarni's user avatar
0 votes
1 answer
567 views

Good Morning, Hope everyone had a great Easter, Before I begin, I want to point out this is being developed in ServiceNow Orlando release, it uses AngularJS 1.6.10 I'm stuck on a tricky piece of ...
Bored Panda's user avatar
1 vote
2 answers
93 views

I am using Laravel with Angular JS for forms. I got a text box in the form as below <input type="text" name="removedSiblings" ng-model="form.removedSiblings" id="div_removedSiblings" class=...
Malaiselvan's user avatar
  • 1,131

15 30 50 per page
1
2 3 4 5
36