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

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 ...
mnu-nasir's user avatar
  • 1,772
0 votes
2 answers
978 views

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 ...
user avatar
0 votes
1 answer
68 views

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 ...
r3plica's user avatar
  • 13.5k
0 votes
1 answer
2k views

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. ...
s4tr2's user avatar
  • 415
0 votes
2 answers
107 views

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 ...
Pure Rhymer Organization's user avatar
0 votes
2 answers
67 views

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 ...
Facundo Viroga's user avatar
2 votes
1 answer
31 views

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 ...
Emil Devantie Brockdorff's user avatar
1 vote
1 answer
765 views

<input type="text" class="topic_select" id="selectTopic" ng-model="topicsPopulate" uib-typeahead="topic.name for topic in topics|filter:$viewValue" uib-typeahead-...
Kiran Kumar's user avatar
1 vote
0 answers
70 views

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 ...
IftekharDani's user avatar
  • 3,719
0 votes
0 answers
543 views

I'm using the getbootstrap typeahead to populate an input value. I've setup everything so that the user has to pick something from this list: <input type="text" class="form-control" id="birdname" ...
Pex's user avatar
  • 529
0 votes
1 answer
139 views

i am using angularjs v1.5.5 and ui-bootstrap-tpls-1.3.2. i loading page the dynamic. i have 3 pages. i want to load last page by default $scope.tabs = [ { title:'Page A', template: 'a.html', ...
RSK's user avatar
  • 211
1 vote
1 answer
1k views

How we can add the custom header in popover in bootstrap .. I have used below code and i want to add custom header with some links: <script type="text/ng-template" id="abc.html"> <...
SantoshK's user avatar
  • 1,887
0 votes
1 answer
246 views

I try to change all input type dates in project to uib-picker-popup, I use directive and $compile but new element doesn`t work. When I put result html to new .html its working fine, I guess there is ...
styopdev's user avatar
  • 2,674
0 votes
1 answer
641 views

i'm trying to build an AngularJS app that has one Controller, one Service and that Bootstraps manually (no ng-app). The problem is that I keep having an error : Argument 'AppController' is not a ...
A. Gille's user avatar
  • 1,078
3 votes
1 answer
24k views

I spent all day trying to get the "example" AngularJS Carousel to work, and it was only thanks to finally stumbling upon this topic that I finally got it to work. Starting with the Carousel example ...
paultamalunas's user avatar
5 votes
2 answers
5k views

Is there a callback function for uib-tab directives I can use to refresh the inner directives after a tab has been rendered? I am trying to find the source of an issue with a third-party directive ...
cdparra's user avatar
  • 103
0 votes
0 answers
57 views

I have a partial page with the angular-ui carousel plopped down in the middle of it. That directive has a template-url attached to it: <carousel interval="0" no-wrap="false" template-url="/...
spuppett's user avatar
  • 557
0 votes
1 answer
64 views

<html> <body> <div ng-controller="TestController"> Framework is {{name}} </div> </body> </html> Am making the ...
San's user avatar
  • 161
4 votes
1 answer
2k views

I want to position my tooltip automatically, like if I am at the top of the browser scrollbar, and there is a link with the tooltip in the first line then the tooltip must be displayed at the ...
KAJAL TANEJA's user avatar
0 votes
1 answer
1k views

I'm new in bootstrap and angularJS. but I'm building page where top and left side page will be static not moving. I use <nav class="navbar navbar-default navbar-fixed-top from bootstrap to header ...
user2123523's user avatar
1 vote
1 answer
1k views

I have the following single line containing an search input bar and 2 buttons. How do I style this to make the search input box smaller according to the buttons next to it? I would like to add 2 more ...
Niraj's user avatar
  • 113
0 votes
1 answer
687 views

I finally got the collapse menu working for the Bootstrap Angular UI. However I still couldn't figure out how to hide the div for the "hide-mobile" class and show the "show-mobile" class in the mobile ...
user3362364's user avatar
1 vote
1 answer
482 views

I just started using angularjs. I am using angularjs bootstrap-ui for this project. I am rating directive and I want to change the max value. But the changes are not reflected on the rating directive ...
Leah Collins's user avatar
0 votes
1 answer
1k views

I am following Dan Wahlin's example of dynamically loading controllers using requirejs but with angular ui-router. this is my app.js var bootstrapper = angular.module('etrading', ['ui.router', '...
Bhaskar's user avatar
  • 127
1 vote
1 answer
3k views

I'm using the Angular Bootstrap Popover: <button popover-placement="top" popover="On the Top!" class="btn btn-default">Top</button> If using default Bootstrap JavaScript, it's possible to ...
dhrm's user avatar
  • 15k