- 30 Oct, 2014 1 commit
-
-
Rich Trott authored
-
- 16 Oct, 2013 2 commits
-
-
Sindre Sorhus authored
fix clearCompleted method variable name conflict.
-
DC3(Dee Cheung) authored
-
- 09 Oct, 2013 1 commit
-
-
Mike Czepiel authored
-
- 01 Oct, 2013 1 commit
-
-
Sindre Sorhus authored
-
- 30 Sep, 2013 4 commits
-
-
Addy Osmani authored
remove FIXME as Polymer issue 186 is now closed
-
Hugo Jobling authored
-
Addy Osmani authored
-
Pascal Hartig authored
TypeScript/Angular example was outdated
-
- 29 Sep, 2013 1 commit
-
-
thorn0 authored
2) fixed bower.json and VS project file 3) switched to compiling all TS files into one JS file 4) syntax fixes for compatibility with TypeScript 0.9.1.1 5) more readable DI annotations: removed calls on prototypes, used $inject 6) directives as classes are not supported by angular directly, so made them factory functions 7) more idiomatic access to controller methods from view 8) web.config generated by VS for debugging in IE to work 9) comments, typos, etc
-
- 25 Sep, 2013 3 commits
-
-
Stephen Sawchuk authored
Ticket #688 - Fix for Store#find returning on first prop match
-
Oscar Godson authored
This fixes an issue where Store#find would return any item that had just 1 property match. It now goes through every property and unless it finds a property that does NOT match the query, it assumes it's a match.
-
Pascal Hartig authored
ZOMG this commit is from Github HQ!!
-
- 24 Sep, 2013 2 commits
-
-
Pascal Hartig authored
Ignores the "possible strict validations".
-
Pascal Hartig authored
-
- 23 Sep, 2013 2 commits
-
-
Stephen Sawchuk authored
-
Jeremy Darling authored
Controller.prototype.removeItem did not check if the item was available via the DOM before calling removeChild. If you were only viewing "active" and clicked the "Clear completed" button it would result in an error. Wrapped the remvoeChild call in an if statement to validate existence of the elememnt.
-
- 17 Sep, 2013 2 commits
-
-
Addy Osmani authored
Add AngularFire and change mailing list link to new Firebase + Angular Google Group
-
sararob authored
-
- 07 Sep, 2013 1 commit
-
-
Sindre Sorhus authored
-
- 06 Sep, 2013 16 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
link to the spec where it’s mentioned in the legend
-
Rory O’Kane authored
I reworded that legend entry so that "spec" is its own word, because it looked a little weird to have part of a word boldened (links are boldened).
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Yay
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Bower all the things
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Use bower for the site
-
Pascal Hartig authored
- updated Twitter Bootstrap to 2.3.2 (required small popover change) - updated jQuery to 1.10 - used bower for dep management
-
Pascal Hartig authored
`git grep assets/jq` didn't yield any results except for the front page As single commit to allow for emergency reverts. :)
-
Pascal Hartig authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
- 05 Sep, 2013 4 commits
-
-
Sindre Sorhus authored
clarify legend on home page by restyling
-
Rory O’Kane authored
style "Maroon" in the legend like the labs items it refers to make the legend stand apart from the list more and refactor the .labs-example styles The `<b>` element is perfectly legitimate here: http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element . I am making the '*'s stand out more without conveying extra importance or alternate voice or mood. style legend with a grey border to show that it's a different type of content from the lists above also changed from a `div` with `p`s to a `ul`, as that matches semantics more closely move legend under the first app list and remove grey border around legend, since the legend is prominent enough now without it done at request of https://github.com/tastejs/todomvc/pull/675#issuecomment-23901896
-
Sindre Sorhus authored
Should fix #677
-
Stephen Sawchuk authored
remove 'order' attribute from comment
-