- 01 Jul, 2012 2 commits
-
-
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.
-
Addy Osmani authored
Emberjs routing
-
- 30 Jun, 2012 5 commits
-
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
- 24 Jun, 2012 15 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
* refs/heads/master-temp: Minor list revisions
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
addyosmani authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
- 23 Jun, 2012 11 commits
-
-
Stas SUȘCOV authored
`TodosController` will filter the content based on router's filter.
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
Most of the non-dynamic (from routing point of view) views should reside in application view.
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
Renders items on root path.
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
TODO: Refactor this to be part of `ApplicationView` as child views.
-
Stas SUȘCOV authored
Initialize entries controller upon application creation, to be passed later as content property.
-
- 20 Jun, 2012 5 commits
-
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
Cleanup `Ember.CollectionView` template, on editing use a contextual view. Fix race condition issue with focusOut/insertNewline when editing last item.
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
-
- 19 Jun, 2012 2 commits
-
-
Stas SUȘCOV authored
-
Stas SUȘCOV authored
Initialize controller views upon `init`.
-