- 30 Oct, 2013 1 commit
-
-
petehunt authored
-
- 29 Oct, 2013 1 commit
-
-
Vjeux authored
- 2x: The unminified version contains invariants that shouldn't be used in production and slow it down. - 3x: Adding a shouldComponentUpdate override in order to short-cut re-rendering the component when props and state didn't change. In order to do that, we need to avoid doing mutations by doing a shallow copy and only modifying what changed - When React 0.5.0 will be released, it will give another 1.5x. Other miscellaneous changes: - Update class="..." to className="..." to work in 0.5.0 (still works in 0.4.1) - Use prop="..." instead of prop='...' - Use filter(f, this) instead of filter(f.bind(this)) to prevent a function allocaton
-
- 28 Oct, 2013 3 commits
-
-
Paul Miller authored
-
Pascal Hartig authored
-
Paul Miller authored
-
- 26 Oct, 2013 3 commits
-
-
Freddy May authored
-
Addy Osmani authored
Redo Batman App
-
Robert Mosolgo authored
data-yield header in markup use data-context todo move view-related methods to view reorder model definition, use @Alfred simplify which tab is active clean up routes put run in HTML save when completed changes When done editing, trim the title and save the record, if no title, delete record change form binding, make views for other controller actions let binding save checked todos, rename keypress listener
-
- 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 13 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
-