Skip to main content

All Questions

0 votes
4 answers
3k views

angularjs share data config between controllers

I'm wondering what could be a good way to share directive between controller. I've got ie two directives to use in different controller with different configuration the first think I thought of using ...
Whisher's user avatar
  • 32.8k
16 votes
11 answers
36k views

Create Hoverable popover using angular-ui-bootstrap

I have the following code for creating a popover in my template file: <span class="icon-globe visibility" id="visibilityFor{{post.metaData.assetId}}" popover="{{post....
Adarsh Konchady's user avatar
19 votes
7 answers
16k views

using ui.bootstrap causing issues with carousel

I am having issues with getting the carousel working properly. I used yeomen to scaffold the angular app. I am getting this error Error: [$compile:ctreq] Controller 'carousel', required by directive '...
Asim Zaidi's user avatar
  • 28.4k
15 votes
5 answers
12k views

how to show html on pop over using angular ui bootstrap?

I make demo of pop over like this .It show a pop over on right side when I click the button .But now problem is that how I will show some html on pop over . <html ng-app="plunker"> <head&...
Shruti's user avatar
  • 1,574
15 votes
3 answers
20k views

Angular JS render JSON in tree like format

How do I render JSON in tree like way just like http://jsonviewer.stack.hu/ does using angular JS?
Bourne's user avatar
  • 1,937
8 votes
2 answers
27k views

AngularJS/UI Bootstrap - fading out alert on remove

I am using Angular with UI Bootstrap. I've created the custom directive that pushes broadcasted alerst into the array of alerts that are bound to the view (rendered as Bootstrap alerts). After the ...
alexs333's user avatar
  • 12.6k
6 votes
3 answers
5k views

angular-ui IE8 accordion

Using the Angular-UI bootstrap accordion in IE8 the tabs do not expand. Here is the error I am receiving using IE 8's F12 Error: Unexpected call to method or property access.undefined Error: No ...
Logan W's user avatar
  • 1,377
3 votes
2 answers
45k views

Display Loading Icon or Loading Progress Bar using angularjs

How to display the loading Icon or loading Progress bar using angularjs. I mean something like this which used in jquery $("body").addClass("loading");, $("body").removeClass("loading");, I saw some ...
Cathy's user avatar
  • 377
1 vote
1 answer
4k views

Wrapping angular typeAhead in separate directive

My goal was to wrap angular-ui typeAhead directive into easily re-usable component, that could be used like this: <input my-person-lookup="myModel.personId" ></input> I've achieve this by ...
Valera's user avatar
  • 619
1 vote
1 answer
212 views

How to communicate between directive (tree component) and any other controller or directive in AngularJS app?

First of all, I have read so much info you all share about communication between controllers, that I'm now so confused about the BEST way to do it. I understand I should use service, but don't really ...
Aviv M's user avatar
  • 328