A set of AngularJS directives based on Twitter Bootstrap's markup and CSS

learn more… | top users | synonyms

0
votes
0answers
6 views

How to disable specific dates using UI-B angular datepicker

I am using AngularJS-bootstrap css for components(angular directives).(ui.bootstrap.datepicker). I am calling a service to get list of public holidays. response.data has list of public holidays. ...
0
votes
1answer
12 views

How to disable specific dates and weekends(sat/sun) using UI-B angular datepicker

I am using AngularJS-bootstrap css for components(angular directives).(ui.bootstrap.datepicker). I am calling a service to get all the list of public holidays. How to check if selected date from date ...
1
vote
0answers
22 views

Change uib-modal size dynamically

I was wondering the best way, if possible to change the size of a uibootsrap modal on the fly. I have implemented a paging of sorts where within the same modal body, if the user presses a 'next' ...
-1
votes
0answers
10 views

Looking PSD to Bootstrap conversion service provider? [on hold]

I am searching Best PSD to Bootstrap conversion service provider. I found a some PSD to Bootstrap service provider in this blog http://www.websurfmedia.com/psd-to-bootstrap-conversion-service-...
0
votes
1answer
13 views

From and To date picker are allow to choose the date with in 'x' months

<div class="col-md-4 col-sm-6"> <div class="row spacer"> <label for="fromdate" class="col-md-4">Date : </label> <div class="col-md-8"> <div class="...
-3
votes
0answers
10 views

Failed to instantiate module ngBootstrap due to

Failed to instantiate module newEventApp due to: Error: [$injector:modulerr] Failed to instantiate module ngBootstrap due to: Error: [$injector:nomod] Module 'ngBootstrap' is not available! You either ...
0
votes
0answers
9 views

Do I still need 'ui.jq' and ui-utils with angular 1.5+ and ui.bootstrap 2.5+

I am a newbie of AngularJs. I started a new project with angularjs and jquery having the template and app.js in this way: <html> <head> ... <script type="text/javascript" src="/script/...
4
votes
2answers
27 views

Remove item in array without update view

I have dinamic tabs (Angular UI Bootstrap) in my view this way: <uib-tabset active="1" id="tabs" class="col-md-10"> <uib-tab ng-repeat="tab in filaCtrl.tabs" ng-click="filaCtrl....
0
votes
1answer
10 views

UibModal - open on pending mode without promise

is it possible to open UIBMODAL when there are request on pending mode? for now its stuck until the connection is restored and all pendind request works like queue and then the popup appear i want ...
0
votes
0answers
22 views

Angular tab set to active based on url

I have 2 problems. 1. Child urls automatically redirecting to parent url 2. tab is not setting to active using other link (footer links) Example: 1. #/about-us/agreement is redirecting to #/about-...
1
vote
1answer
14 views

ui-validate doesn't get called

I have an input element (actually a datepicker) with the following attribute: ui-validate="{ customValidation: 'validateDate(vm.dob)' }" In my javascript I have the following method on my scope: $...
0
votes
1answer
23 views

How do I create working tooltips in Angular2 with Angular techniques?

I've searched a lot for an easy, simple, and most importantly Ng way to make tooltips, but I can't seem to find a uniform method for doing so. I've tried doing this using ngbToolTip following the ...
0
votes
1answer
16 views

Selected value is not getting displayed with uib-typeahead

I use uib-typeahead as below in my angularjs app for auto suggest in text box. When I type some letter, I can see the suggestions. However, if I select any of the selection, that is not getting ...
0
votes
1answer
20 views

Do I need a jQuery to use the ng2-bootstrap Date_picker?

I using angular. I using ng2-bootstrap. I want to use a Data_picker. I do not want jQuery to use it. Can I use the data picker without jQuery? Is there a sample somewhere?
0
votes
0answers
18 views

How to open ui-sref link in bootstrap modal

Before i start i want to to say many thanks in advance for your help. So, in my case i would like to open ui-sref link inside a bootstrap modal, meaning display the ui-sref in the modal. Below my code:...
0
votes
2answers
29 views

Sorting all pages with angularjs (not only the current one)

I'm using pagination for my data set and now I'm trying to sort it but the sort function sorts only the current page's records. I want to sort the entire data set not only the current page. Is there ...
-2
votes
0answers
10 views

How can i assign a number or value to data-value using jquary for counterup

<div class="details"> <div class="number"> **how can i assign vale to this data-vale attribute for counter** <small>PKR</...
0
votes
1answer
16 views

angular uib-tabset not activate tab

<div ng-show="isAppLoading" ng-cloak ng-controller="accListMainCtrl as vm" style="height:100%;"> <h4>{{vm.dlg.active}}</h4> <uib-tabset> <uib-tab heading="...
0
votes
1answer
25 views

Wait for Async result before allowing user to go forward in UI Wizard

I am using a Wizard-UI component that has a handleChangingEvent() function that is called when a user hits the forward/back button. This function returns a boolean for whether the transition should ...
0
votes
1answer
25 views

TypeScript minified breaks Angular UI Modal

I have an MVC application with lots of Angular code. I have an Angular service that creates an Angular UI modal. The pertinent code is: export class ConfirmRenderingOfLargeResultsModalService { ...
-1
votes
0answers
12 views

SelectedTab implementation in angularjs tabs

On click of Listview a new tab opens to show the Detailed view of the ListView Content.Dynamic tab with Dynamic contents gets created everytime i click on the clickable row column.On open of the ...
0
votes
1answer
21 views

popover-trigger angular bootstrap not triggering popover

I am trying to use uib-popover in angular as below html template <form id="methodform" style="font-size:large;font-family:'merriweatherregular';color:#2c3e4c"> <label>&...
1
vote
1answer
23 views

how to focus on second popup, when open second popup from first popup in angular-ui-bootstrap modal directive

I have on scenario, I would like to show popup on popup with accessibility complaint. first popup is working fine, if I opened second popup from first popup still focus is remains on first popup, it ...
2
votes
0answers
29 views

Angular $$watchers number increases every time a popover is displayed, memory leak?

I have a directive that can trigger a bootstrap popover when I hover on it, I've noticed the $$watchers number increases every time after I hover on it, and it won't decrease even after the popover is ...
1
vote
0answers
10 views

How to align Angular UI Typeahead to the right

I'm using angular-ui-bootstrap in an RTL language website (in Arabic). Typeahead aligns all results to the left by default. How to change it to right? This is mentioned in the angular-ui-bootstrap ...
-1
votes
2answers
19 views

Angularjs bootstrap example with required js [closed]

I'm new to angularjs, i also want to use bootstrap. I try lot but not able to use angularjs with bootstrap. I try to search for example but no luck no good stuff found which use bootstrap properly, ...
1
vote
1answer
31 views

bootstrap,Angular2,ionic2: How to use bootstrap3 in ionic2?

I've searched a lot on the internet on how to use bootstrap3 in ionic2,but I'm completely confused as to how exactly should I install it and use it.I've a problem with what I need to include in my ...
0
votes
0answers
17 views

Unexpected Behavior in typeahead - is this a bug?

I have an input using typeahead as follows: <input type="text" id="unit" name="unit" class="form-control form-input" ng-model="item.unit" autocomplete="off" typeahead-min-...
0
votes
2answers
31 views

ui bootstrap tpl version 2.5.0 not supporting carousel

I have struggling with following issue since 2 days. I need to implement modal popup, where I got the "Unknown provider: $uibModalProvider" error. So I upgraded the version of ui-bootstrap-tpls.min.js ...
0
votes
1answer
15 views

Angular Routing and Bootstrap Navbar

I have problems getting the bootstrap navbar + angular routing to work. I don't understand what is going on since a very similar code on another app is working. I have the following html in my index....
0
votes
2answers
24 views

How to adjust the length of my input form in bootstrap

I'm working on the navigation bar of my site and want to add a search area in the navbar. The original bootstrap embedded search area in navbar is too short and I want to make it longer. I tried add ...
0
votes
1answer
27 views

Bootstrap Switch fn is not a function

I'm trying to add bootstrap switch to a rails project. When I add my script from here as this: <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/js/bootstrap-switch.js" ...
0
votes
0answers
18 views

JHipster alerts with multiple parameters and translation

i want to pass multiple parameters for alerts in JHipster, it is possible? At Spring side I add thesee headers: headers.add("X-formularApp-alert", "formularApp.downloadpdf.filled"); headers.add("X-...
2
votes
1answer
27 views

ng-class for only every element after the first 5 of an ng-repeat

Is there a way to use ng-class for only every element after the first 5 of an ng-repeat? This is how it is done only for the last element. <div ng-repeat="file in files" ng-class="{'last':$last}...
0
votes
1answer
27 views

implement automatic Slideshow with retrieved images from database in angularjs

This is on of the task given by my school. am totally new to angularjs. in this case am trying to implement automatic Slideshow with retrieved images from database in angularjs. i dont know how to do ...
1
vote
0answers
15 views

How does the transition from one page to another work in http://nptel.ac.in/course.php site?

after clicking on page 2 it shows the further results? where are these results stored before on how does this work? here it the website (http://nptel.ac.in/course.php)
0
votes
2answers
29 views

How to Return Asynchronous ($http) Data on Modal Close or Cancel

I have a open modal in controller called "Audit" $scope.comment = function (spec){ ManualService.setManual(spec); var modalInstance = $modal.open({ templateUrl: ...
0
votes
1answer
14 views

Bootstrap tagsinput is not displaying data from (Controller) Angularjs

I have a bootstrap tags input field in HTML as below : input type="text" name="panel" ng-model="requirement.panel" data-role="tagsinput" My Controller Model Value is as below: {"_id":"...
2
votes
1answer
74 views

check if ng bootstrap modal is already open

How can I check that a modal window is open ? I define a property like this modalInstance: NgbModalRef; and instantiate the modal like this this.modalInstance = this.modalService.open(...
0
votes
0answers
25 views

How to display a font-icons instead of image in Uirouter state and uibreadcrumbs

Note: below code is working fine with images. Need to know how to implement for font-icons, when I have to click the product menu, the page will redirect to the product page, product page menu will ...
0
votes
0answers
32 views

AngularJS ui.bootstrap.modal templateUrl not working correctly

I am trying to wire up a ui.bootstrap.modal object to display some data, I decided to create a seperate html file to hold all my markup for the modal. I can see that some modal tries to open because ...
1
vote
1answer
24 views

Change the template of a modal from within the modal in angular

I open a modal like this: <a href="#" ng-click="showLogin()">Sign in</a> Login Function $scope.showLogin= function() { var modalInstance = $uibModal.open({ templateUrl: '...
1
vote
0answers
39 views

Custom template - typeahead-popup-template-url with webpack

I am migrating an angular (1.6.2) app from gulp to webpack 2. I am using angular-ui-bootstrap with typeahead-popup-template-url attribute. It looks like typeahead-popup-template-url="app/...
4
votes
2answers
84 views

Cross domain HTML parsing using AngularJS [duplicate]

We are working on java project in which backend is java + spring and fronted is angular 2 + HTML. I want to do cross domain html parsing but we don't have permission to access external links on ...
3
votes
2answers
72 views

Blueimp Gallery inside Boostrap Modal not vertical aligned properly

I have a modal window that shows a few data that also has Images which open in Blueimp gallery. The problem I have is, when the image is opened in BlueImp gallery, the image is not vertically aligned ...
0
votes
0answers
38 views

AngularUI - Bootstrap - $uibModal bindToController

Can someone please provide a clear explanation and simple example of what the 'bindToController' option actually does when using $uibModal. I'm creating modals specifying both a controller and ...
0
votes
1answer
24 views

How can I keep Bootstrap & Angular2 projects separate?

I'm planning to keep my Bootstrap project (purely UI / view) separate from Angular2 project (model processing, UI read / write & server communication). How can I achieve this?
0
votes
0answers
27 views

How to use bootstrap input tag autocomplete

I Am using Bootstrap input tag autocomplete https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ .i am trying to plugin but dose not work . Here is my code <script src="dist/...
0
votes
1answer
18 views

Angular ui router tab - hide div when active

What is the easiest way to show/hide a div outside the tab content when on that specific tab only? My current example shows but I could not make it hide again. Plunker: http://plnkr.co/edit/...
0
votes
0answers
15 views

angular ui-datepicker: how to set starting day

I'm using angular ui-datepicker and I want 'Monday' to show up as the first day of the calendar. Currently I have this, but is is not working <input type="text" datepicker-popup="{{format}}" ...