Skip to main content

All Questions

0 votes
1 answer
149 views

Add extra btn-group onclick

As you can see, I have a button group. I'm trying to extend this functionality in such a way that when i click on any of the three buttons (left, middle or right), corresponding buttons (left-sub, ...
user3362364's user avatar
6 votes
3 answers
16k views

Angular UI - Bootstrap Accordion not working/dynamic ng-include

I have a problem with the Accordion: I try to do pretty much the same what the demo shows, I have an Array of objects. Every object contains a string, which is the header title. It also contains a ...
Ba5t14n's user avatar
  • 739
12 votes
3 answers
17k views

Angular JS Date format filter inside Ng-Repeat not formatting

Actual Date coming from JSON Need to format it as below . Effective Date : 2010-08-31 (trim the time stamp) End Date : 2010-08-31 (trim the time stamp) Am using the below code for Formatting the date ...
Hero's user avatar
  • 647
1 vote
0 answers
764 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 ...
user982756's user avatar
0 votes
1 answer
6k views

AngularJS controller, required by directive, can't be found

I have an error for each "message" Error: [$compile:ctreq] Controller 'accordion', required by directive 'accordionGroup', can't be found! with my code in html <h2 data-ng-if="!!messageData....
ANDREY_PROGRAMMIST's user avatar
1 vote
1 answer
974 views

how to show accordion-group based on items in array

I want to show an accordion-group of angular-ui only if an array contains items. this can be changed dynamically. I tried to use ng-show but since the array starts without items it is not displaying ...
oshai's user avatar
  • 15.4k