Rob Dodson

Results 362 comments of Rob Dodson

yeah I've thought about recommending ng-attr-*. It's kind of a bummer because then you're serializing everything to strings and then parsing them again in Polymer. But it might be the...

this is something I was a little curious about. [The docs for ngModel](https://docs.angularjs.org/api/ng/directive/ngModel) seem to assert that it's primarily for input, select, or some other form control. But what if...

Just started reviewing :) :octocat: _Sent from [GH](http://nodegh.io)._ (sorry for the automated comment from GH :P)

Instructions on getting it to run: ``` npm install gulp browser_modules npm install -g polyserve (to make sure you have latest version) polyserve -c browser_modules -n emoji-selector open http://localhost:8080/components/emoji-selector/demo/index.html in...

I don't know the structure of the element off of the top of my head but you could create a non-visible element inside of the shadow root where you pipe...

It may be good to update the part of the readme that talks about IDB to mention this https://github.com/gmetais/sw-delta#why-does-sw-delta-use-indexeddb-instead-of-the-cache-api-in-its-service-worker Maybe just referencing this issue to say it's a possible work-in-progress....

To offer a bit more input from the accessibility side... Often folks relying on a screen reader will open a special menu that lists all the headings on the page,...

@cjnaude I agree. I want to fix this in the lighthouse report.

Wanted to mention that in web.dev we regex for the phrase 'Learn More' to get the link for a LH audit. So this is now load-bearing text 😸. I think...