Hi I have a problem with loading data in an ng-repeat ... I managed to use a Timeline:
But as you can see, all the data is not well displayed. I found on the internet that it was maybe caused by the fact that the css was loaded before the data, and this impacts the height of the li...
How can I display the data properly ?
http://jsfiddle.net/cdric0701/htnkwvyL/
<li ng-repeat="event in events">
The code is working here with the version of angular, the content fits the li but mine don't as you can see on the picture ...