An error occurred fetching the project authors.
- 23 Dec, 2015 3 commits
- 21 Sep, 2015 1 commit
-
-
Felipe de Araujo authored
-
- 08 Apr, 2015 1 commit
-
-
Arthur Verschaeve authored
-
- 04 Feb, 2015 1 commit
-
-
Arthur Verschaeve authored
-
- 14 Oct, 2014 1 commit
-
-
Pascal Hartig authored
Moved all examples into `examples/`. Fix #1016
-
- 26 Jan, 2014 1 commit
-
- 24 Jan, 2014 1 commit
-
-
Pascal Hartig authored
-
- 19 Nov, 2013 2 commits
-
-
Pascal Hartig authored
Close #726
-
dgramlich authored
-
- 15 Nov, 2013 1 commit
-
-
Rifat Nabi authored
angularjs-perf: upgrade angular to 1.2.1
-
- 06 Aug, 2013 1 commit
-
-
Sindre Sorhus authored
-
- 17 May, 2013 1 commit
-
-
Stephen Sawchuk authored
-
- 26 Apr, 2013 1 commit
-
-
Stephen Sawchuk authored
Closes #540
-
- 09 Mar, 2013 2 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
#475
-
- 20 Feb, 2013 1 commit
-
-
Pascal Hartig authored
-
- 19 Feb, 2013 1 commit
-
-
Pascal Hartig authored
-
- 13 Feb, 2013 1 commit
-
-
Pascal Hartig authored
-
- 11 Jan, 2013 1 commit
-
-
Pascal Hartig authored
-
- 07 Aug, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 06 Aug, 2012 1 commit
-
-
Sindre Sorhus authored
The rest will get individual tickets. Puh…
Followup to #227
-
- 03 Jul, 2012 1 commit
-
-
Igor Minar authored
-
- 01 Jul, 2012 3 commits
-
-
Igor Minar authored
this one has better performance at the cost of complexity for a toy app like this one the difference is insignificant, but it might be good to see the two versions and compare them and based on that be able to make the trade-offs in real apps the angularjs version does deep watching of the todos array object. that means that it keeps an in memory copy of the whole array that is used for dirty checking in order to detect model mutations. For toy app like this it's totally fine and in fact encouraged practice since you are trading off a little bit of memory and performance for simplicity. However in a large project where you are dealing with array of 100s or 1000s of large objects you definitely don't want to use this approach. Instead you want to use a different way of doing the same thing, which requires more code but is a lot more efficient.
-
Igor Minar authored
- simplified the code - break up the code base into one file per component - extract persistence into a separate module - general cleanup
-
Igor Minar authored
per https://github.com/rwldrn/idiomatic.js/#idiomatic-style-manifesto - Never mix spaces and tabs. - ... choose between soft indents (spaces) or real tabs, consider this law. I went with spaces everywhere.
-
- 14 Jun, 2012 1 commit
-
-
Jacob Mumm authored
-
- 03 Jun, 2012 1 commit
-
-
Christoph Burgdorf authored
-
- 02 Jun, 2012 1 commit
-
-
Ariel Ben Horesh authored
Close GH-176: Changed Angular bindings so they will not be visible to the user prior to expression rendering..
-
- 04 May, 2012 1 commit
-
-
Eric Bidelman authored
-
- 01 May, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 14 Apr, 2012 1 commit
-
-
Addy Osmani authored
-
- 20 Mar, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 01 Mar, 2012 6 commits
-
-
Christoph Burgdorf authored
-
Christoph Burgdorf authored
-
Christoph Burgdorf authored
-
Christoph Burgdorf authored
-
Christoph Burgdorf authored
renamed css files according to the recent discussion here https://github.com/addyosmani/todomvc/pull/112
-
Christoph Burgdorf authored
-