Tagged Questions
0
votes
2answers
18 views
AngularJs + ui.bootstrap.Modal not working properly?
I am trying to fetch whatever I type inside modal; on main body, but it is not happening, somehow one way data binding is running.
Here's my plunker : ...
-1
votes
0answers
17 views
Don't make functions within a loop. Using Jshint
//delete selected table
$scope.deleteTable = function () {
var responseCount = 0;
tinymce.get("bodySectionTinyMce").setProgressState(1);
var deletedTableList = ...
0
votes
0answers
3 views
Unable to use Angular UI typeahead with Yammer AutoComplete request
I'm building an AngularJs application using Yammer JS SDK. Current application calls the Yammer AutoComplete rest api service and uses Angular-UI Bootstrap's Typeahead library to populate the ...
0
votes
1answer
15 views
Contenteditable directive not working with Angular UI Bootstrap Tabs
I am trying to create two tabs using Angular UI (Bootstrap), in which one tab lets the user input HTML, and the other tab serves as a "Preview", rendering the HTML provided.
To handle the preview, I ...
0
votes
1answer
26 views
ui-bootstrap datepicker not working with min and max date
I am using the Datepicket that is part of the AngularJS ui-bootstrap module. I'm following the tutorial / example given (see http://angular-ui.github.io/bootstrap/#/datepicker) but when trying to ...
0
votes
0answers
27 views
How to specify scope for window in AngularUI Bootstrap modal?
I'm trying to create reusable confirm dialog using AngularUI Bootstrap modal, where "ok" / "cancel" buttons are in a custom window template. The issue is that while I can provide a scope for modal ...
0
votes
2answers
33 views
Making tabs right to left with angularUI
I'm using angularUI to make tabs
<tabset>
<tab
ng-repeat="t in tabs"
heading="{{t.heading}}"
select="go(t.route)"
active="t.active">
</tab>
...
0
votes
1answer
29 views
AngularJS & Bootstrap - Replacing a Menu
In an Angular+Bootstrap app, I need to have a menu (fixed to the bottom, BTW) with some items.
One of the items is supposed to replace the menu itself once clicked.
Think of:
...
0
votes
1answer
25 views
Angular UI Typeahead not displaying dropdown
My dropdown isn't being displayed even though I know it's getting the correct results. Code:
<input type="text" ng-model="newSelectedSemester" placeholder="Semester name" typeahead="semester.name ...
1
vote
1answer
42 views
Angular UI Bootstrap Modal and textboxes
i tried to put a textbox on the angular ui bootstrap modal component.
For demonstration I changed the example which works with a list of items to a textbox.
...
0
votes
0answers
23 views
How to switch modals using AngularUI Bootstrap?
AngularUI Bootstrap modal service allows to open one modal on top of another. However, I'd like to display authentication related forms (sign in, sign up, password reset) in modals and I'd like to be ...
2
votes
2answers
56 views
Angular Bootstrap UI modal not showing
I'm trying to use the modal from angular ui bootstrap, but it is not showing although the window is blur when the code to show the modal executes,
the codes for the modal is:
<script ...
0
votes
1answer
25 views
Angular UI Boostrap Carousel setting active slide after making new slides
I have a simple Carousel example. The example on Plnkr shows what I do in my application. I have to change the slides in my application. When I set the active slide after I change slides it goes to ...
0
votes
1answer
38 views
How to use the same controller for modal and non-modal form in Angular UI Bootstrap?
I've got a modal with a registration form. The same form should be displayed at the bottom of the landing page not in a modal.
Currently my controller that handles registration modal takes ...
0
votes
1answer
30 views
What is wrong with this Angular-ui typeahead code?
I made some minor modifications to the angular-ui typeahead example provided in http://angular-ui.github.io/bootstrap/
Here is the original code inside the controller.
$scope.getLocation = ...
1
vote
2answers
27 views
Is there a way to automatically close Angular UI Bootstrap modal when route changes?
I've got links in templates inside modals. When I click them, the current page changes, but the overlay and modal stay. I could add ng-click="dimiss()" to every link in all templates in modals, but is ...
0
votes
0answers
49 views
Angular-ui bootstrap modal without creating new controller
plunk: http://plnkr.co/edit/85Wl5W If I use the $modalInstance on the same controller(modalController.js), without being in a modal, angular gets frozen.
I just want to simplify my life using ...
2
votes
2answers
64 views
angular ui month picker
i am trying to use angular-ui-datepicker as a month picker... but not able to configure it, tried it all... here is the PLUNKER...
i tried to set the modes as
<input type="text" ...
0
votes
1answer
13 views
AngularJS: Tab panes vary in HTML markup, I want them to be created dynamically and filled with data provided by factory service
I'm building a tabbed interface for displaying posts from various social networks (timelines) but not all tabs will have the same HTML markup. My factory service is returning JSON response so that ...
-1
votes
1answer
34 views
typeahead not working with lower version of ui bootstrap
Here is the plunker link if you changed the version of
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.4.0.js"></script> to
ui-bootstrap-tpls-0.6.0.js, it works fine ...
0
votes
1answer
45 views
Developing a full public facing enterprise app with AngularJS
Good day All,
I am working on a public facing web app, which is work in progres, the front-end is 100% based on AngularJS, UIBootstrap, CSS, HTML. So, we have the user form-action invoking restful ...
1
vote
1answer
16 views
Tab-off ui-bootstrap typeahead only when row is explicitly selected
I've created this jsBin to demonstrate the issue I'm having. If you go here, try type "Five" and move on. Your natural reaction would be to type "Five" and then press tab, and if you wanted ...
0
votes
1answer
45 views
How to prevent an angular-bootstrap dropdown from closing (Unbind Event which was bound by a directive)
I am using the Angular-Bootstrap Dropdown. I want to prevent it from closing on click until the user closes it intentionally.
Default state is: The Dropdown closes when clicking somewhere in the ...
0
votes
2answers
17 views
HTTPS Prerequiste for Button Click
I am using angular to make a user profile page that I only want to be accessible if connected using HTTPS.
<div>
<p>Please access this page through SSL (https) to change your ...
0
votes
1answer
34 views
Angular UI Bootstrap modal result is undefined
I'm building an app that loads a modal on a click on a button in an ng-grid row. Displaying the modal and the correct data works great. Problem is with getting the data back form the form in the ...
0
votes
1answer
28 views
Angular UI Bootstrap v0.11 datepicker popup not working
Just switched to v0.11 of UI Bootstrap and the datepicker-popup is no longer working.
It works fine with v0.10. Anyone know what has been changed in the new version which might be causing the ...
0
votes
2answers
84 views
How do I tell ui-Bootstrap what content to paginate?
I am using ui-Bootstrap and I am trying to get the pagination working but I seem to be missing something. I have read the documentation and looked at a bunch of plunkers to try and work out how they ...
2
votes
3answers
52 views
How to call controller function from directive?
how to call controller function from directive? or howto access directive ng-model from controller?
eg. I use angular ui bootstrap time component and when time change I need to notify calling function ...
0
votes
1answer
35 views
Add an ID to datepicker of angular ui bootstrap
here is my code after each dateHolder div a date picker is generated.. but want an ID on them
<div class="col-xs-12 tn-dateContainers" ng-controller="DatepickerDemoCtrl">
...
0
votes
1answer
56 views
Can I merge Angular Strap's “aside” directive into Angular UI somehow?
I don't really have code to show. I thought just maybe it'd be as simple as copying the module directive from angular strap over to ui bootstrap, but that's very obviously been proven incorrect. Has ...
1
vote
2answers
89 views
Date input validation using ng-change, AngularJS
I's using AngularJS and AngularJS bootstrap in my page. I have a date picker directive that looks like this:
<div class="form-group {{dateStatus.class}}">
<p ...
0
votes
1answer
15 views
Need to $watch property from within an accordion (Angular-UI) but won't work
We're building a page with Angular, Angular-UI and UI-Bootstrap. The last one includes a directive for accordion, which simplifies a quite repetitive task of building up an accordion and an accordion ...
0
votes
1answer
58 views
Show and Hide Alert Using AngularUI Directives for Bootstrap
Am a newbie in the field of web design.
I came across bootstrap and later angularjs. I find them quite impressive.
I noticed that bootstrap comes with its own jquery libraries and angularjs uses its ...
0
votes
1answer
61 views
Angular's ngRepeat does not work in $modal
Hello I want to use Angular's ngRepeat in $modal (that is defined in ui-bootstrap-tpls-0.11.0.js). To implement the $modal I am using the exact same approach as presented here: ...
0
votes
1answer
36 views
Angular UI Modal opened promise is resolved before modal is shown
I am trying to execute a jQuery script on the opened modal in order to transform one of the fields to a jQuery UI Spinner.
I am using the opened promise as documented in Angular UI.
ISSUE:
The ...
0
votes
1answer
106 views
angularjs ng-grid: parent child relations between the rows (hide/show rows)
I'm trying to implement rendering the ng-grid with predefined hidden rows and on some particular event I want to show them. I'm trying to simulate kind of parent-children relation between rows, but ...
0
votes
1answer
52 views
rating directive from bootstrap-ui module if angular returns an error “Error: $compile:nonassign Non-Assignable Expression”
I'm trying to use the rating directive of bootstrap module for angular but when I click on a star to rate then angular trig this error
enter link description here
I understand that this error is ...
1
vote
1answer
35 views
Angular: Staying DRY With Angular-UI Pagination?
I'm using the angular-ui:bootstrap pagination directive on multiple views which interact with different controllers; these views/controllers often have to interact with sorting and filtering, which ...
0
votes
2answers
72 views
Angular Bootstrap Rating
I am copying the example from the Angular Bootstrap docs
The HTML(Jade) is :
rating(ng-model="rate" max="max" on-hover="hoveringOver(value)" on-leave="overStar = null") {{rate}}
...
0
votes
0answers
33 views
ui-router issue of state not assign properly it works after refresh
I have used ui-router in my app.
Explaination of Issue: from init controller i have open bootstrap modal as form and after form saved its takes id of row inserted and redirect using $location.path ...
0
votes
1answer
77 views
How to set the default tab in bootstrap
I have a question regarding my angular bootstrap ui
I have something like
<div class="container" ng-controller='sCtrl'>
<tabset id='tabs'>
<tab heading="Title1" >
...
0
votes
0answers
18 views
Dynamic Tab change in Bootstrap?
I have three tabs in AngularJS and Jade. The first tap loads a list of names. When you click on one of those names in that tab I want it to automatically move to the second tab. No luck so far. Any ...
0
votes
2answers
70 views
Angular UI Modal 2 Way Binding Not Working
I am adding an Angular UI Modal where I am passing the scope through to the Modal Window for 2 way binding. I used the resolve method to pass the scope value. Doing so works sort of works meaning when ...
1
vote
2answers
102 views
Angularjs pagination errors
I am trying to integrate an Angular UI pagination directive from here -> http://angular-ui.github.io/bootstrap/#/pagination
The problem is that, when I click on the any of the pagination buttons, I ...
0
votes
1answer
42 views
angularjs tab key press prevent default
Hi I have a input field that calls the funciton add_plu() when the tab key is pressed down. Although it works, it moves to the next element of the page (default action for a tab key).
How do I ...
1
vote
1answer
22 views
Mutiple controller interaction
This is what I'm trying to do. A button in PipelineController view starts an address verification process.
http://jsfiddle.net/XZ3sX/4/
<button type="submit" class="form-group btn btn-default" ...
1
vote
2answers
92 views
Why did my UI Bootstrap datepicker-popup stop working?
I updated to UI Bootstrap 0.11.0 and my datepickers stopped appearing as they should. I have a plunker that demonstrates it at here. Very simply, I have:
<input ng-model="formData.dueDate" ...
0
votes
4answers
47 views
How to call Controller?
var modalInstance = $modal.open({
templateUrl: 'views/modals/addDevice.html',
controller: ModalCtrl
});
modalInstance.result.then(function (newDevice) {
});
I will implement it in this ...
0
votes
1answer
77 views
how to use Flexslider or parallax slider with AngularJS (with Angular UI)?
Have anybody tried using Flexslider and Parallax-Slider in AngularJS application?
None of them works if I use them in AngularJS application.
This AngularJS application is also using UI Bootstrap.
Any ...
0
votes
1answer
148 views
angularjs datepicker not opening twice angular-ui version 0.11.0
I am trying to have 2 datepickers and I am using Angular UI version 0.11.0.
My HTML code
<span ng-if="periods.period == 10">
<input type="text" datepicker-popup="dd-MMMM-yyyy" ...