Hi all,
I am very new to angularjs and deep js stuff. I am having problems with Bootstrap tabs and at the end I found out that it may be solved by directives. However, I couldn't find out yet.
Here is my problem literally :
I have two tabs : list and timeline.
In the list tab, I will list heroes and in the timeline tab I will list historical events. I am using a timeline library for this stuff (
http://almende.github.com/chap-links-library/timeline.html). When I load the page, as the first tab, I can see the list tab and its content. but when I click the timeline tab, the timeline is not visible but just some of the icons can be seen. When I click those icons, I can see the timeline.
You can find the screenshots below:
1.png : First load with list tab
2.png : When I click the timeline tab
3.png : When I click the "plus" on the timeline.
Could you please show the door I should go in?
Best regards...
ingenihero