WebApp-CodeLab icon indicating copy to clipboard operation
WebApp-CodeLab copied to clipboard

HTML5 Web App Code Lab

Results 7 WebApp-CodeLab issues
Sort by recently updated
recently updated
newest added

Noticed the exercise links didn't do anything. Added anchors, but they scroll the target underneath the page header. So I fixed that too whee.

> `a58c8eb` Under Exercise 3, the example for `readCount` was not using syntax highlighting. Changed `.property('@each')` to `.property('@each.read')`.

I run it in my chrome 22, the dev tool tell me the Uncaught Error: InvalidStateError: DOM IDBDatabase Exception 11 problem How can I solve it ?

Using the @each key means that every view's read and starred is watching _every_ item in the itemController. They should just watch 'content.read' and 'content.starred' respectively. ``` javascript read: function()...

IE 9 doesn't work properly (no content is loaded) and gives ember errors. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR...