Marcin Sydor

Results 14 comments of Marcin Sydor

@jrote1 I'm testing my app on dev server now and I found an issue in IE10+ browsers. They can't load images because the src attribute is not transformed to the...

I've cloned Chapter_06 example from `https://github.com/angular/angular.dart.tutorial`. Then updated pubspec.yaml to get the latest angular version. Then added: - `bind(ResourceResolverConfig, toValue: new ResourceResolverConfig.resolveRelativeUrls(true, packageRoot: 'packages/'));` to main.dart file. - `` to...

@jrote1 I've just noticed the same problem also in Chrome if I use dynamic name: `` Thanks for looking into it.

@jrote1 Thanks for checking this. I'm displaying the images using background-image property in css at the moment. It's not perfect solution but works. Soon I need to run my app...