Tagged Questions
0
votes
0answers
7 views
How to open a already created html model dialog using angular js function
I'm trying to invoke a an already created html angular modal dialog using angular js function. Following is my Code:
<div class="modal fade" id="myModal" role="dialog" modal="showModal">
<...
-2
votes
0answers
10 views
In line add editable grid with pagination and sortings and searching [on hold]
Which is the best in line add and editable grid library with pagination and sortings and searching? I am using angular js
0
votes
0answers
10 views
Bootstrap popup compatibility with safari on iOS
I have a problem with Safari browser and iOS on iPhones.
I'm using on frontend uib-popover to show user explanation of view he is on.
It works in almost every web browser except Safari.
The problem ...
0
votes
0answers
17 views
Protractor: How to assing a localized value to an input field defined with uib-typeahead?
I have the following input field defined in a template:
<input id="addTodo_Todo_access" type="text" name="todo_access"
uib-typeahead=" level as level | translate for level in vm....
0
votes
1answer
17 views
how to set system proxy from angular js app
I am creating an app using node js and angular ui, where i need to ping a server.
To ping a server i have written the folloing code, which works perfectly :
app.get("/api/getPing", function (req, res)...
0
votes
0answers
26 views
Needing to display Angular UI Bootstrap progressbar with text behind the progressbar
I am needing to display text behind the progressbar centered with the progress bar advancing over the top of it. If it is a time consuming operation only a small portion of the text is displayed. Any ...
0
votes
1answer
20 views
Ui-date timepicker - angular js . - Can't close the timepicker box by click on the input
Im using the simple demo of uidatetimepicker
https://rawgit.com/Gillardo/bootstrap-ui-datetime-picker/master/example/index.html
The difference is that i'm not using the clock icon - I have ng-click ...
0
votes
0answers
21 views
Angular UI bootstrap carousel get active slide Object
I'm trying to get active slide object from slides array, in angular UI bootstrap carousel:
My current solution:
app.controller('myContr', ['$scope', '$http', 'filterFilter', function($scope, $http, ...
0
votes
0answers
25 views
Adding glyphicon images in AngularJS ui grid
I want to have a glyphicon icon and be able to add a record in AngularJS ui-grid on left hand side of the panel.
want to add glyphicon image and add an event when user clicks it that will add an ...
1
vote
1answer
35 views
UI Bootstrap Modal promise and controller scope
I'm new to AngularJS and using UI Bootstrap in a project. I want to mark an I've read the T&Cs checkbox as checked once the modal (containing the T&Cs text) is closed (but not when the modal ...
0
votes
0answers
14 views
uib-timepicker saving time with 7 hours off from time selected
I am using uib-timepicker and the time that is saving to my sql database is off by 7 hours. It shows up on my uib-timepicker and ng-model as the correct time but, then saves differently in the ...
1
vote
1answer
12 views
filter:$viewValue applies not to translation
I have the following code:
<input id="todo" type="text" name="todo_priority"
uib-typeahead="priority as priority | translate for priority in vm.priorities
| filter:$viewValue" ng-model="vm....
0
votes
2answers
23 views
uib-popover not closing on outside click
I´m using the Angular UI Bootstrap Popover, but I´m unable to get it to close on outside click. I´m using the outsideClick trigger (popover-trigger="outsideClick") Why is this not working?
<...
0
votes
1answer
15 views
angular bootstrap datepicker default custom class (in config)
I need to update all my datepickers so they display current day highlighted. I found code custom-class="getDayClass(date, mode)" , but do i really need to copy-paste this to EVERY datepicker directive?...
0
votes
0answers
30 views
Drag And Drop html control over a canvas image using Angular Js
I want an Application where a user can drag and drop HTML control like textbox, checkbox, calendar over an image and the user can also able to resize it. I have done so many R&D but didn't find ...
0
votes
0answers
10 views
How would you add Bootstrap's panel-footer div to Angular-Ui's uib-accordion directive
I'm using the latest version of UI Bootstrap. In particular, I'm making use of the Accordion directive.
The Accordion directive adds a div with the Bootstrap's panel-body class. Everything then ...
0
votes
0answers
15 views
Unable to set custom validation error in angularjs directive with angular ui bootstrap datepicker popup
I have created a custom angularjs datepicker popup directive. It is just a wrapper over the angular ui bootstrap datepicker popup. When i set the max-date/min-date in the datepicker options, the ...
0
votes
0answers
20 views
$compile:tpload Failed to load template (Custom template)
I am getting an error when trying to open a modal with a custom template. All the files are inside the same folder. Here is my code:
noticeModal.html (the custom modal)
<div class="modal-header"&...
1
vote
1answer
32 views
Not getting Text on my Image in AngularJS?
.relative{
position:relative;
width:600px;
}
.absolute-text{
position:absolute;
bottom:0;
font-size:24px;
font-family:"vedana";
background:rgba(251,251,251,0.5);
...
2
votes
2answers
32 views
Getting Images in the form of Grid in AngularJS
How to display all the images in the form of grid, which all will come from back end, so the images are in the dynamic form. and I have to put Description as well on those images, and those ...
0
votes
0answers
23 views
Angularjs Ui-Bootstrap modal popup inside specified element
i have a problem with my code , this code is about append a modal to element with specific id. so that when button clicked ,this modal popup will showed inside div element with id="forModal" (div ...
2
votes
1answer
36 views
Angular Bootstrap Tooltip Dynamic Content
I am making a cart application in Angular using Angular Bootstrap.
When hovering over the cart icon a tooltip should appear. The tooltip's content should change based on if the item is already in the ...
0
votes
0answers
23 views
Boostrap on tab click keep the first tab contents constant and show some extra fields
I have started learning bootstrap to use it in my project . I have ran into a situation where . I would like to keep the contents of first default tab always available(the tab is always fixed). When ...
-1
votes
0answers
32 views
How fix a multi-dropdown menu?
i did this example, just copied and use it, but is not working. i'm using angularJS 2 and bootstrap. I don't know what's is going on cuz made that weird effect, all that white part is clickable i dont ...
0
votes
0answers
28 views
to set checked values uncheck
I have a dropdown:-
<select class="select" id="select" multiple="multiple" ng-model="a.NA">
<option value="1">1</option>
<optgroup label="group">
<option value="2">...
1
vote
1answer
34 views
Angular Nested Filters & Infinite $digest Loop
I (like so many others) have run into an issue with the infinite $digest loop. After reading many SO Q&As and spending plenty of time in AngularJS documentation I am still not certain how to build ...
-1
votes
3answers
29 views
angular-ui-bootstrap Tabs
Im new to ui-bootstrap. actually im trying to use some components as tabs to make a menu for my app. My solution is unfortunately not working. Who can please help.
Here is my code.
angular....
0
votes
0answers
16 views
Pie chart displaying in only on first loading of chrome in angular js
Then it shows an error
Uncaught TypeError: Cannot read property 'series' of null
Uncaught TypeError: Cannot read property 'grid' of null
0
votes
0answers
11 views
uib bootstrap carousel controlling active slide with indicators, LR controls and thumbnail click
I having an issue with the controlling the active slide outside of the carousel controls.
When the page loads I can click the thumbnails and it changes the active carousel slide like I expect but if ...
-1
votes
0answers
31 views
How to inline edit table in angular material?
I need to inline edit a table i.e., to edit a table row in between. I have a table populated with data and each row has an button named Edit at the end. When I click on this button a dialog box opens ...
0
votes
0answers
18 views
AngularJS confirmation modal custom action on No/Cancel button
https://weblogs.asp.net/dwahlin/building-an-angularjs-modal-service
I am using the above blog post as a guide to build the confirmation modal service in my Angular app. If I may ask, does anyone know ...
0
votes
1answer
35 views
How to isolate javascript and css of a popup from the parent page?
Problem: when I open a modal popup page containing javascript and css, both reflects on the parent page, making a mess. I use angularjs and open the modal like this:
var modalInstance = $modal.open({
...
0
votes
0answers
17 views
How obtain a {object} from a $uibModal in Angular Meteor?
I dont know how obtain a object in a $uibModal (ui-bootstrap) in Angular Meteor.
Something can help me say me what are I doing bad?
Next my js which call the modal to obtain the object:
class Sales {
...
1
vote
2answers
37 views
Toggle buttons when click out of popover and button
Code here: https://plnkr.co/edit/ysD1JN0ELqu7ACgkkp79?p=preview
I have two buttons. One is "State1" and another is "State2".
In the beginning, it is in "State2" button. Then I click "State2" button,...
0
votes
2answers
34 views
Angular 1.5.9 Components: Functions fired when component is loaded
I am new to using the 1.5 components and I am not sure if what's happening is how components work or if I've just done something wrong. I have created the following component:
angular.module('app')
....
0
votes
0answers
14 views
Uib-Timepicker bootstrap not working properly after minification
Time Picker in the bottom right corner of the image is having bug after minifying the uib-timepicker directive.
The arrows used in increasing and decreasing time lapse are broken.
https://i.stack....
0
votes
0answers
15 views
Angular-bootstrap-ui: ctrl.config is undefined error
I'm getting this error in my AngularJS application (in fact console outputs few copies of it):
Error: ctrl.config is undefined
.create/$scope.getText@file:///home/robert/programming/rekrutacja/...
0
votes
2answers
22 views
$rootScope in callback is not working correctly
I have a simple app with firebase. To firebase database I save some data, and after saving I want to show alert window to user with response that "everythig is great" or "bad". For alert window I ...
1
vote
0answers
18 views
Kaltuar ad not clickable on iOS in fullscreen
I'm developing an AngularJS SPA which displays videos hosted on Kaltura via dynamic embed:
window.kWidget.embed({
"targetId": kalturaContainerId,
"wid": "_"+$scope....
1
vote
2answers
74 views
How to display navigation and footer in every page in Angularjs?
I'm making a SPA. I want to make a separate component for Navigation, Section, and footer. Navigation and footer must display for every page when I go to Home or About page, only the Section should ...
1
vote
1answer
21 views
Angular UI Bootstrap datepicker is hidden within uigrid
I am integrating Angular UI Bootstrap datepicker within ui-grid, but i am facing an issue. When the user opens the datepicker by clicking a cell the datepicker is displayed but within ui-grid because ...
0
votes
1answer
24 views
Angular datepicker bootstrap with responsive table
I'm using angular bootstrap https://angular-ui.github.io/bootstrap/ with class table-responsive. The problem is on the datepicker will display inside the table such as picture below:
I could fix it ...
0
votes
3answers
27 views
Typeahead with AngularJS
I'm trying to add autocomlete by typeahead to my project, but now it shows in the Dropdown [object Object]. Where am I wrong?
$scope.getUsers = function () {
$scope.searchRequest = "/...
0
votes
0answers
16 views
How do I insert line breaks into the tooltips displayed by uiCalendar?
The eventRender function accepts the tooltip text:
$scope.eventRender = function(event, element, view) {
element.attr({
'tooltip': event.description,
...
1
vote
1answer
28 views
Strange behavior when using Angular UI tabs
In this plunk the user should be able to click on one of three links. Each link has a related div that is shown when the user clicks on the link. Also, when the link is clicked its color turns red.
...
1
vote
1answer
30 views
Angular ui-select multiple hide selected
Is it possible to hide some SELECTED items in ng-select multiple select?
I create event with multiple users, including myself. I want to keep myself on the list in model but I don't want to display ...
-2
votes
0answers
22 views
Bootstrap UI Carousel
Hey,
I'm usually a wordpress developer but I'm on a internship and I got this task to create this hard coded website with angularjs and bootstrap. So I figured that I should use Bootstrap UI. I'm ...
2
votes
4answers
119 views
Set Angular UI Modal height and width programmatically
In this plunk I have an Angular UI modal that has a related class the-modal to set the height and the width, they are initially set at 300px and 500px respectively.
What I need is to set the height ...
0
votes
2answers
21 views
How to set tabindex for ui-timepicker (angular bootsrap)?
Is there is a possibility to modify the tabindex of the arrows and set it to -1 (tabindex = "- 1")
Here is an example : http://angular-ui.github.io/bootstrap/versioned-docs/0.14.1/#/timepicker
0
votes
1answer
28 views
UI Bootstrap Modal don't close. AngularJS
I was looking for this question on forum and the solution dosn't worked for me, so...
The only way to close the modal is clicking outside of modal, or press ESC on keyboard..
Here is my modal ...