Skip to main content

All Questions

0 votes
0 answers
127 views

Javascript object bool field magically changes value

I stumbled upon a strange behaviour of Javascript objects. boolean fields seem to always get "true" value and it can never be changed. I'm preparing simple pagination directive with message popup. &...
Matt1990's user avatar
1 vote
1 answer
72 views

AngularUI routing always shows me /#/home in the url header

I have an angularJS app with Angular-UI framework routing. I have a bit problem which when I go to forum.html page via ui-sref link I get mywebsite/#/home at the header so I expect the url to be ...
Webdev's user avatar
  • 147
1 vote
1 answer
439 views

Angular UI directive inside custom directive

Similar question but the question isn't sufficiently answered In the following code, why doesn't uib-datepicker-popup turn into an angular UI date picker? Am I missing some flag/compile option for ...
Isaac's user avatar
  • 11.8k
0 votes
0 answers
172 views

Watch functions accumulate when Angular UI modal is opened

I have the following code in a directive. The directive is included in an Angular UI modal: var watchObjects = function(){ scope.vars.forEach(function(elem,i){ scope.$watch('vars['...
ps0604's user avatar
  • 1,101
0 votes
2 answers
824 views

Angular - Tooltip makes other elements move

In the body, I have a button and a form, whenever the tooltip shows, the form (which is below the button) moves because a new HTML tag for the tooltip is added to the DOM. Is there anyway I can fix ...
matchi's user avatar
  • 593
5 votes
3 answers
2k views

Avoid using $timeout in Angular UI Modal

In this plunk I have an Angular UI Modal wrapped in a directive. From the controller, I call a method to open the modal, but to do so I need to use $timeout, otherwise, the DOM hasn't finished ...
ps0604's user avatar
  • 1,101
0 votes
0 answers
744 views

how to add a fonticons in breadcrumb with routing

i have an angular base dashboard application ,in the application dashboard page icon ,when i click the particular icon ,the icon should be redirected to the routing page with menu breadcrumb with ...
Mohamed Sahir's user avatar
0 votes
0 answers
91 views

ng-data-show not working properly with ui-select

If I use data-ng-show inside ui-select the input box takes width of 10px which is the inline style for that input box but if I remove the data-ng-show it works fine. Why is it so? Is there any other ...
Pratik Rawlekar's user avatar
0 votes
1 answer
105 views

Angular directive with transcluded elements + RequireJS not working

In this punk I'm attempting to have an Angular directive with transclude: true and RequireJS. The transcluded elements should be included in an Angular UI Modal that is opened when a user clicks on a ...
ps0604's user avatar
  • 1,101
0 votes
2 answers
544 views

getting data from angular modal service

First type questioner, long time reader. Newbie to Angular. I am trying to create a popup modal for expanding a text box. (If you have ever dealt with Access, think shift F2). So, I have a form ...
Travis Planchard's user avatar
3 votes
0 answers
555 views

How to use $compile inside an AngularJS link function with a $watch

Using AngularJS and Angular-UI Tooltip (uib-tooltip) to setup a tooltip system that allows the user to turn the tooltips on & off. I'd also like to keep the text in a central location for easy ...
Will Lovett's user avatar
  • 1,261
0 votes
1 answer
660 views

Bootstrap alert message is not working inside angular run blocks under ui-router?

I am doing sample application to autologut if user is idle for 30 Min. before 1 minutes to logOut have to show an warning message to the user. So i have calculated the minutes and show the warning ...
Mohamed Sahir's user avatar
0 votes
1 answer
3k views

how to select default value of ui select?

could you please tell me how to set default value in UI -select . here is my code http://plnkr.co/edit/tCrEM4oC9iMSYZffbEAX?p=preview I want "Adrian" should select as by default .could you please tell ...
user944513's user avatar
  • 12.8k
2 votes
2 answers
7k views

how to select value in UI select value?

could you please tell me how to select value in UI-select value ? Actually when user select any name I want to select age of item .Here is my code http://plnkr.co/edit/InxOyQRjrlrDJtx2VuzI?p=preview ...
user944513's user avatar
  • 12.8k
0 votes
1 answer
4k views

Angularjs organizational chart directive

Is there any Angularjs Organizational chart directive for wesnolte/jOrgChart or similar chart?
smart987's user avatar
  • 832

15 30 50 per page
1
2 3 4 5
21