Tagged Questions
0
votes
0answers
18 views
Angular ui directives as attribute
Is it possible for me to use angular ui directives as attributes or class instead of elements??
eg:
<ul class="accordion">
<li class="accordion-group">
my content
...
-4
votes
0answers
24 views
Time scheduler in angulajs
See attached image,
If I select day time in first row then I cant select same value and between the value in second or other row.
Please help me i want in angularjs
0
votes
1answer
16 views
Angular UI Bootstrap and Angular Color Picker return undefined for ng-model
In my application i need a color picker with alpha transparency and after searching finally find angular-bootstrap-colorpicker so i try to use this.when normally i use this plugin it work and ng-model ...
-1
votes
2answers
36 views
Angular Js navigation issue
I am trying to implement simple login functionality and getting
http://errors.angularjs.org/1.2.6/$rootScope/inprog?p0=%24digest
exception. What does it mean? and how can i navigate to home page ...
1
vote
1answer
54 views
How do you Bind to Angular-UI's Carousel Slide Events?
I'm using angular-ui's carousel and I need to tell my google charts to redraw after they have slid into view. In spite of what I've read, I can't seem to hook into the event.
See my attempt:
...
0
votes
2answers
34 views
404 Not Found error when opening modal in Angular UI Boostrap
I have a really strange problem when using UI Bootstrap. Even the simplest example does not work. So this is my case:
I have a Play Framework application using the yeoman plugin: ...
0
votes
1answer
34 views
AngularUI Router: pass url params to 'abstract' state while calling child state
I want to access the url parameter($stateParam) inside a abstract state while calling a child state. I am curious to know how that can be done. Code in plunker also
$stateProvider
...
0
votes
2answers
54 views
typeahead angular ui - cannot read property 'length' of undefined
I am using Angular-ui Bootstrap for my application.
I use the typeahead directive.
html:
<input type="text" class="pass_code_input" ng-model="SuppPrefix" Typeahead="ddl_item.Text for ddl_item in ...
0
votes
1answer
27 views
Can not open datepicker in angularjs using bootstrap UI
Hello I am using UI Bootstrap for displaying datepicker in my app.
this is my reference order:
<!--ANGULAR CORE-->
<script ...
0
votes
2answers
27 views
Dynamic tabs in Angular-UI fails?
Created this simple test-case which shows the error occuring:
HTML
<tabset ng-repeat="tab in tabs">
<tab heading="{{tab.title}}">
<i ...
0
votes
1answer
34 views
Using angular-ui to expand/collapse a div from/to the right edge of the viewport
I'm working on creating a "drawer" div that will appear and disappear with a transition from the right side of the browser window. I'm using Angular-UI-Bootstrap's collapse directive, modified with ...
0
votes
1answer
16 views
Angular Bootstrap Tabs Causing Strange Wrapping
I'm using Angular Bootstrap UI tabset directive and having some trouble with strange CSS. Here's my HTML, and also a plunker. Why is the div#content wrapping? How to I make it appear directly below ...
0
votes
1answer
24 views
Angular how to get route id at resolve block?
How can i get "pageid" inside resolve block?
For every url change i had to request the server, along with the "pageid"?
My code:
app.config(function($routeProvider){
$routeProvider
...
2
votes
2answers
52 views
angular js for handling UI, validation and exception management
I am new to angularJS and I went thru this tutorial on it but did not find anything pertaining to how to create or handle UI elements like modal windows, date controls, file upload with progress bar, ...
0
votes
0answers
23 views
slide toggle from left to right in angular js
I am using hide and show an element using the angular JS . Angular toggle collapse working fine from slide up and slide down. How can I do the same thing sliding from right to left with some ...
1
vote
2answers
28 views
Hide Parent's sbling ui-view quadrant when in a child state
When I go to a child state, I want to hide a ui-view component of a quadrant ui-view in root state. How can achieve this.
##index.html
<div ui-view="a">
</div>
<div ui-view="b">
...
4
votes
0answers
98 views
Bootstrap ui angularjs with filter issue
I am using Bootstrap UI in my angular application. I have a tooltip in the html page which works fine. I noticed that after the tooltip is displayed and I move my mouse out, the Ui-bootstrap-tpls.js ...
-2
votes
0answers
53 views
angularjs typeahead with ui mask
See this plunker:
http://plnkr.co/edit/0Osy3uLOrJCm8DRG30Vs?p=preview
I wanted to combine the ui.mask directive with ui.bootstrap.typeahead directive. When I apply the ui-mask directive to the ...
0
votes
0answers
35 views
Django-Angularjs dynamic rating app
I trying to create a Angularjs rating app with django. I'm using the rating mechanism from angular-bootstrap. http://angular-ui.github.io/bootstrap/
I've created a controller which can handle ratings ...
0
votes
0answers
8 views
AngularUI - Get non-valid datepicker value
I have a datepicker with an editable input and a button and would like to catch the value even if it is not a valid one. The problem is that datepicker sets the value to undefined as soon as it ...
0
votes
1answer
22 views
angular ui.grid [[object HTMLDivElement]] will be displayed instead of data in every cell
I'm using angular 1.3 and angular ui bootstrap and ui-grid 3(because of rtl support).
Here is the plunkr.
0
votes
1answer
50 views
Showing a google map in angular-ui modal?
Trying to load a simple google map within an angular-ui modal. However no luck. The data get's passed in fine, but nothing works in terms of the map... Please help.
...
0
votes
0answers
53 views
Build a Angular UI multi-level Dropdown menu
all
I have been experimenting with angularjs and all the interesting stuff with angularjs. I tried to build a existing responsive dropdown menu with angularjs and angular-ui and came across
...
0
votes
1answer
41 views
display binary image from db to angular partial view
I was trying to display image which is coming within the json object returning from an web api request. I'm able to display string, number and date/time in my angular partial but couldn't get the ...
1
vote
0answers
57 views
Adding Pace.js loader to angular.js modal containing videos
I have angular ui bootstrap modal which has videos, I have posted same question week ago here is the link of that question my previous question ,
but did'nt got any response, anyhow i found pace.js ...
0
votes
3answers
145 views
Angular bootsrap datepicker date format does not format ng-model value
I am using bootstrap date-picker in my angular application. However when I select a date from that date-picker underlying ng-model that I have bind gets updated I want that ng-model in one date format ...
0
votes
2answers
32 views
Dropdown broken in modal on 0.11
I'm facing this problem. I'm migrating from 0.10 to 0.11 of bootstrap ui and the dropdowns inside modals stopped working at all. I don't know if it is a layout problem but I can't figure out how to ...
0
votes
2answers
111 views
AngularUI monthpicker in popup shown as datepicker
I'm trying to use the angular ui datepicker in monthpicker-mode as a popup, but it is shown as a datepicker.
I've found a working example of the monthpicker as inline-picker here, but I need it as a ...
0
votes
1answer
79 views
Angular UI Bootstrap - Collapsing tab content
Using the AngularJS UI Directives for bootstrap, is there any way to collapse the tab content using the tag?
I have several tabs/pills with content, which will start collapsed (hidden). When any of ...
0
votes
1answer
46 views
angularui bootstrap dropup not working
I need to use a dropup menu.
This code worked perfectly with ui-bootstrap-tpls-0.10.0.js:
<div class="btn-group dropup">
<button type="button" class="btn btn-default" ...
0
votes
0answers
31 views
Is it possible to disable the autoopen function of the angular ui datepicker?
I don't like the autoopen function of the angular ui datepicker (the automatic display of the calendar when the control gets focus). What I want is to click a button to open the datepicker when ...
0
votes
1answer
20 views
Can't call a function a modal within a modal in angular-UI bootstrap
Using Angular Bootstrap UI I am opening a modal to allow the user to make some selections... from that modal the user can click on a help icon that would in turn open another modal. The second modal ...
1
vote
0answers
87 views
Adding Ajax loader in angular ui bootstrap modal
I have ui bootstrap modal to play videos, these videos are taking time to load so i want to show ajax loader until videos get loaded.
here is my ng-template and angular js code for modal, I have ...
0
votes
1answer
61 views
Custom image in Angular.ui bootstrap rating
I'm using the rating directive of angular bootstrap ui. How can I use a custom image as icon and not a glyphicon?
0
votes
0answers
26 views
Chrome not displaying input type validation messages inside modal
I'm using angularJS as mvc and UI bootstrap for modal views. The problem is that chrome doesn't show validation messages of input types.
Does anyone know if this is a bug or am I doing something ...
0
votes
0answers
74 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
1answer
48 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 ...
0
votes
0answers
24 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 ...
0
votes
1answer
73 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
43 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 = ...
2
votes
2answers
76 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
83 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
286 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" ...
2
votes
3answers
80 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
69 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
21 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 ...
1
vote
1answer
185 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
328 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
153 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 ...
2
votes
3answers
686 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" ...