All Questions
Tagged with angularjs-bootstrap angularjs
88 questions
0
votes
1
answer
336
views
Datetime is not shown in Firefox browser for AngularJs project
I have been working in an ASP.NET Webform project where AngularJs is used. In a form angularJs datetime picker is used to show date and time. Whenever the form is open datetime should show in the ...
-1
votes
1
answer
917
views
Angularjs with bootstrap ui-datepicker
How to control datepicker object to call open/close method of datepicker.
how to get datepicker object in another angularjs directive.
** HTML **
<input type="text" class="form-control" uib-...
0
votes
2
answers
975
views
how to make border red if date is invalid in angular js?
I have a form in in which I have two field DOB , and marriage date .I want if marriage date is less than DOB I want to show red border .I am able to get if DOB is greater than marriage But I am not ...
0
votes
1
answer
2k
views
getting "read property 'length' of undefined" when try to enter date
could you please tell me why i am getting this error .
angular.js:12798 TypeError: Cannot read property 'length' of undefined
at parseDateString (VM651 ui-bootstrap-tpls-2.5.0.js:3037)
at ...
0
votes
1
answer
66
views
Unknown provider: uibCarouselProvider when trying to change it's template
I am trying to get angularjs to play nicely with local templates that override bootstrap ones.
I had initially use the same file path (uib/template/carousel/carousel.html for example) which is fine ...
0
votes
1
answer
1k
views
How to call a function when angularjs accordion open only
Hi I am using angularjs ui bootstrap accordion. Here i want to call when user click on accordion call one function and get user
Here is the code please help me thnks in advance
$scope....
0
votes
1
answer
2k
views
Angular UI Modal: Inserting an Image into the modal body
I am very new to AngularJS and have to integrate the Angular UI bootstrap to an existing AngularJS application.
Inside the modal I have to place a screenshot and that's it. No unnecessary clutter. ...
0
votes
2
answers
107
views
Angular pre-selected
I have a modal that can edit. But in my modal I cant pre-select.
This is my HTML
<select ng-model='names.productionType' ng-options="data for data in productionType"></select>
This is my ...
2
votes
2
answers
9k
views
how to set min date in angularjs when using datepicker-options
I am trying to set the min start date.
I have tried using
<input id="StartDate" type="text" class="form-control" name="StartDate" datetime-picker="{{'yyyy-MM-dd HH:mm'}}" ng-model="vm.StartDate" ...
0
votes
2
answers
62
views
Modal in Angular $injector:unpr Unknown
I'm having this problem trying to use modals in angular
$modalProvider <- $modal <- User.Ctlr
Here's my app.js
'use-strict';
var App = angular.module('App', ['ui.bootstrap']);
Here's my ...
1
vote
0
answers
985
views
Reload AngularJS module without page reloading
I have some computations in myapp.config functions. They are performed when the page is loaded (or bootstrapped). I need to repeat these computations after that (e.g. after clicking a button or ...
2
votes
1
answer
31
views
Fetch server settings after boostrap but before anything else
I've been searching for an answer for this but haven't got any unambiguous or clear answer on how to solve and come about this.
In my anguarJS app, I want to make sure that the very first thing after ...
0
votes
1
answer
450
views
Angularjs factory data or object inaccessible directly inside the controller
I have just created an Angular JS factory (below is the code) which returns data for two datepickers (ui.bootstrap's elements) and bind to my html code, but when I am trying to modify the return $...
1
vote
1
answer
761
views
Send selected typeahead option through typeahead-on-select
<input type="text"
class="topic_select"
id="selectTopic"
ng-model="topicsPopulate"
uib-typeahead="topic.name for topic in topics|filter:$viewValue"
uib-typeahead-...
1
vote
0
answers
70
views
angular-bootstrap-lightbox plugin issue in safari browser of Window
I have using angular-bootstrap-lightbox in my project . its working fine in all browser.
But issue in safari of window.
Image that display in open modal is get disappear after display.
I have ...