[AngularJS] ng-src

2016-11-26 Thread kempiloko
https://jsfiddle.net/es1L24nh/ Check fiddle. The image of the first comment does not load, but the after the first comment all the other profile pictures will load successfully. How does that comes. In the console log the right path is showing up. -- You received this message because you

[AngularJS] Angular ng-src is flickering

2016-11-29 Thread kempiloko
The first three images are flickering when the page is being loading, but after that it is gone. Does anyone know how I can solve this problem?

[AngularJS] angular 1.5 version redirectto not working

2016-12-01 Thread kempiloko
I have already added in the header section , var app = angular.module("myApp", ["ngRoute", "slideshow", "json", "accessoires", "wheretobuy", "forum-page"]); app.config(function($routeProvider, $locationProvider) { $locationProvider.html5Mode(true).hashPrefix("!"); $routeProvider .when('/', {

[AngularJS] Re: Angular ng-src is flickering

2016-11-30 Thread kempiloko
How can I structured the template so this flickering will be gone? On Wednesday, November 30, 2016 at 2:40:59 AM UTC+1, Sander Elias wrote: > > Hi Kempiloko, > > What happens is that on the first iteration the images need to get loaded > from the server. Once those are in the

[AngularJS] Re: Angular ng-src is flickering

2016-11-30 Thread kempiloko
Based on my html file that has been sent, what should I change in order to stop that flickering. On Wednesday, November 30, 2016 at 2:40:59 AM UTC+1, Sander Elias wrote: > > Hi Kempiloko, > > What happens is that on the first iteration the images need to get loaded > from t