Tagged Questions
Companion suite to the AngularJS framework.
0
votes
1answer
90 views
+50
angularJS valdr + ui-select validation
I was googled on this issue but still can't find the right discussion about it. We are using valdr and ui select in a form ( angularJS app ) and we've faced the problem that the input that the ...
0
votes
1answer
35 views
AngularJS ui-utils password validation
I've got a problem with angular ui-utils, specifically ui-validate. I'm trying to supply a user with a password change form and to require "new password" and "confirm new password" to match, here:
...
0
votes
0answers
23 views
issue with angularjs ui tree filtering at child level
Angularjs UI tree filtering feature is not working at child level however it is working fine at group level. For example if we type node1 or node2 filtering works fine, but if we type node1.2 or ...
0
votes
0answers
10 views
How to re-create bootstrap's affix using angular scrollfix?
ui-bootstrap currently does not support affix. Instead, there are comments here saying we can adapt ui-utils scrollfix directive to achieve the same thing.
I want to use Bootstrap's affix styling, ...
1
vote
1answer
34 views
how to combine values from Datepicker & Timepicker in one variable
I have angular App U I have Datepicker & Timepicker using angular-ui when user select date $Scope.dt and set time $Scope.mytime I am trying to combine in one $Scope.SelectedDateTime I get NaN. I ...
0
votes
1answer
53 views
Apply AngularJS directive (ui-scrollfix) conditionally
I'm using ui-scrollfix directive from UI.Utils to make so called sticky header. It works fine.
There are two headers in the app. Main one is constantly on the page and second one appears only in ...
0
votes
1answer
211 views
Angularjs ui-mask with ng-pattern
below code is not working..
<input type="text"
class="form-control input-sm"
placeholder="hh:mm:ss"
name="hhmmss"
ng-model="data.hhmmss"
ui-mask="99:99:99"
...
0
votes
2answers
56 views
Displaying a Modal Dialog in AngularJS
I am using AngularJS to develop an application. Below is my requirement is like
1. User should have search screen to search batch information
2. once the result is loading, user is click on one of ...
0
votes
0answers
111 views
Backdrop in angularjs modal not working
I am new to angularJs and all the UI stuff, recenty i was working with angularJS modals and I am getting an issue.
I have a link in my application, on click of that link, a modal should open which ...
1
vote
1answer
192 views
How to set autoclear on angular ui-mask to false?
I currently have an input with a ui-mask for a phone. If the value that is inputted isn't the full length of the mask, it clears the input. Is there a way to set the ui-mask so that it doesn't clear ...