- 28 Jan, 2017 3 commits
-
-
Konstantin Veretennicov authored
* angularjs: add Jasmine as dev dependency to fix "npm test" On a TodoMVC clone freshly configured with "npm install", the "npm test" failed to run due to missing Karma Jasmine. This adds the necessary dependencies, so that instructions from README.md actually work. * angularjs: fix tests failing due to missing ngResource * angularjs: update todoCtrl test to follow the change from 37654081
-
Miguel Camba authored
-
Konstantin Veretennicov authored
-
- 27 Jan, 2017 1 commit
-
-
Nate Oliver authored
The edit function actually switches the todo to an editable input, it doesn't edit anything itself. The new function name 'editingMode' is more accurate and descriptive.
-
- 26 Jan, 2017 1 commit
-
-
Petar Petrovic authored
All other functions on the App object are in verb form. This change ensures all methods have consistent naming form.
-
- 31 Dec, 2016 1 commit
-
-
Sun Zheng'an authored
-
- 15 Nov, 2016 2 commits
-
-
Evan Czaplicki authored
Once someone in the community created a Slack channel, pretty much all conversation migrated over there. These days it is a great place to ask questions and have a friendly discussion about Elm, so I think this would be a more helpful link for people.
-
Arthur Verschaeve authored
Close #1715
-
- 06 Nov, 2016 5 commits
-
-
Arthur Verschaeve authored
These issues were fixed in #830
-
Arthur Verschaeve authored
This was fixed in 1cf5060a
-
Arthur Verschaeve authored
The project was deprecated a while ago Ref https://github.com/componentjs/component/commit/a580e2e0dca99c93be638bfe55a3718489d625fa
-
Arthur Verschaeve authored
These should be fixed since #832. Ref #1579
-
Arthur Verschaeve authored
The batman app was deleted a while ago in 052a840e ref #1579
-
- 27 Oct, 2016 2 commits
-
-
Pascal Hartig authored
Suggested by @evancz.
-
Evan Czaplicki authored
The old links are currently redirected to the new links. I figured I'd skip the redirect while I was looking at the file! It may also be worth linking to [The Official Guide](http://guide.elm-lang.org/) in addition to these links. Not sure!
-
- 03 Oct, 2016 2 commits
-
-
alanbares authored
-
Pascal Hartig authored
Fix #1699
-
- 18 Sep, 2016 1 commit
-
-
Devinsuit authored
-
- 10 Sep, 2016 5 commits
-
-
Addy Osmani authored
* learn.json: drop angularjs-perf * index.html: drop angularjs-perf listing * examples: drop AngularJS perf example as requested
-
Olivier Scherrer authored
-
Aaron Muir Hamilton authored
- Simplify the Template module. - Simplify the router. - Convert all of the View render commands to normal methods, and give them more meaningful names. - Convert all of the View bind synthetic events to binding methods, and give them more meaningful names. - Normalize the Store API. - Collapse the Model abstraction, since it consisted mainly of trampolines to methods on Store. - Remove unnecessary dynamic templating for the Clear completed button. - Put .footer inside .main since they are always hidden together. - Make .filter a div, and unnest the <a>s inside the <li>s to avoid unnecessary extra nodes and CSS. - Update the tests to work correctly with the new Vanilla ES6 markup. - Remove unnecessary object orientation in app.js. - Remove boolean traps from methods. - Do not modify the NodeList prototype. - Use cross-browser copmatible NodeList iteration in dispatchEvent of $delegate. - Fix the existing JSDoc comments. - Expand the existing JSDoc comments. - JSDoc more of the code. - Use Google Closure Compiler instead of Babel. It offers useful warnings and generates better code. - Author a learn.json section for the Vanilla ES6 example.
-
Eduard Kyvenko authored
* Updated elm example to 0.17.1 * Excluded elm compiled assets and packages from jscs * Removed focus port
-
Artem Denysov authored
* update marionette.js to v3 * update readme * update name of Mn on main page * fix code style
-
- 24 Aug, 2016 1 commit
-
-
杨博 (Yang Bo) authored
-
- 19 Aug, 2016 2 commits
-
-
Alan Bares authored
Fixes #1669
-
杨博 (Yang Bo) authored
fixes #1666
-
- 14 Aug, 2016 1 commit
-
-
杨博 (Yang Bo) authored
-
- 12 Aug, 2016 1 commit
-
-
杨博 (Yang Bo) authored
-
- 10 Aug, 2016 2 commits
-
-
杨博 (Yang Bo) authored
Render the Binding.scala's TodoMVP application into a div instead of body
-
杨博 (Yang Bo) authored
* Squashed 'examples/binding-scala/' content from commit 4f546d0 git-subtree-dir: examples/binding-scala git-subtree-split: 4f546d0745a5f4b3a72e95ddc1d7f59773f12b28 * Squashed 'examples/binding-scala/' changes from 4f546d0..45178a9 45178a9 Publish to GitHub Pages d9a0c1a Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages d2ac731 Publish to GitHub Pages cb59711 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 0324b27 Avoid tab indention 8f4cb6f Update indention 7284ab6 Publish to GitHub Pages e092b56 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 96c270e Update readme.md git-subtree-dir: examples/binding-scala git-subtree-split: 45178a9b9dd50d72eb1f04a4a56e10ca78d3be14 * Ignore jslint for Binding.scala * Squashed 'examples/binding-scala/' changes from 45178a9..5af88e8 5af88e8 Publish to GitHub Pages 22fd76b Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 15c6fae Update readme.md fd2c78b Publish to GitHub Pages 62730da Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages c99bf54 Update readme.md 4c8d780 Publish to GitHub Pages d905883 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 7e3898e Update readme.md 443e2c4 Publish to GitHub Pages efb05b5 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 56fc875 Update readme.md git-subtree-dir: examples/binding-scala git-subtree-split: 5af88e8003ab124c1c0037594454b73bcd2de9e0 * Squashed 'examples/binding-scala/' changes from 5af88e8..5191681 5191681 Publish to GitHub Pages 7ac7f44 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages e8fa8f7 Map source to github efbf6ec Publish to GitHub Pages 335bcd9 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 95db23e Update build.sbt git-subtree-dir: examples/binding-scala git-subtree-split: 51916810746d9928c36a85a3cb6d33a7e313066f * Squashed 'examples/binding-scala/' changes from 5191681..3385b9d 3385b9d Publish to GitHub Pages 27ad704 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 0a17bac Use upickle for serialization git-subtree-dir: examples/binding-scala git-subtree-split: 3385b9da95abb2bee3ddd1536c6d4ded38c9db46 * Squashed 'examples/binding-scala/' changes from 3385b9d..1e71eb4 1e71eb4 Publish to GitHub Pages d2d2692 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages d22821a Replace Any to Event f1a73ab Publish to GitHub Pages 0e8d094 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages f4077b5 Seperate event handlers and HTML elements 5c10f67 Publish to GitHub Pages 4a164d0 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 6661116 Seperate event handlers and HTML elements 8cd4a2f Publish to GitHub Pages b54987f Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 0c51d90 Adjust indention 181600f Adjust indention 4ae6c9b Remove unused imports 8b6b49d Publish to GitHub Pages 6121028 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 1e6e913 Avoid DOM property `htmlFor` in favor of HTML attribute `for` e130601 Avoid deprecated `each` method, in favor of `bind` 3bd0e84 Publish to GitHub Pages 7583e90 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages cee4dc1 Avoid MountPoint 4978768 Add explicit type signature 7928e68 Publish to GitHub Pages 2d48f1c Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages d593f00 Avoid DRY string b43c268 Add a comment for Todo class 4adc337 Publish to GitHub Pages 6126301 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages a9e31ae Update readme.md bdb5573 Publish to GitHub Pages abd1575 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 4f0f26f Fix compilation error 1343e1a Upgrade Binding.scala to 7.0.0 e564d01 Publish to GitHub Pages 1e7b918 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 17cea8d Use class attributes instead of className f4a630f Upgrade Binding.scala version a1b4fff Publish to GitHub Pages 42301b5 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 51742f0 More clear indention 575fa93 Publish to GitHub Pages 4d1e2b6 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 5773f76 Update Main.scala git-subtree-dir: examples/binding-scala git-subtree-split: 1e71eb427fe2365b8f014c8bbc8f8978a5efd5c1 * Squashed 'examples/binding-scala/' changes from 1e71eb4..7490122 7490122 Publish to GitHub Pages 6f88ebc Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 0dd27a0 Update readme.md ff46962 Update readme.md git-subtree-dir: examples/binding-scala git-subtree-split: 7490122cd7425b84624e76769d6b5e37429720c5 * Squashed 'examples/binding-scala/' changes from 7490122..ea1b6bb ea1b6bb Publish to GitHub Pages 21bb704 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 0acc806 Upgrade Scala.js version eb5c97c Publish to GitHub Pages 57d81eb Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 6886177 Upgrade Binding.scala 6f67bb1 Publish to GitHub Pages 6f1b13c Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages bf0b4d5 Upgrade dependencies 5099d22 Avoid widecard imports so that a reader is able to find out where each class is imported from 79a69a9 Publish to GitHub Pages cf4d002 Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 79edc64 Add explicit type signature git-subtree-dir: examples/binding-scala git-subtree-split: ea1b6bb3ee8b6b0f3fad39cf7d257c7106336cb8 * Squashed 'examples/binding-scala/' changes from ea1b6bb..109f8a7 109f8a7 Publish to GitHub Pages 96bbf7a Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages 64fe55c Update line numbers 21bf71a Inline filterListItem d6b91f8 Adjust spaces e21d55b Publish to GitHub Pages e8e8e6f Merge branch 'gh-pages' of github.com:ThoughtWorksInc/todo into gh-pages e277e4e Update line numbers 5300789 Remove new 0905dbd Extract onclick event in mainSection 55d8f55 Extract onclick event in footer e61bc2b Extract toggleHandler 68dbdc4 Move done ignoreEvent 27ddd65 Extract standalone blurHandler 92663ea Publish to GitHub Pages 9ac9410 Merge branch 'master' of github.com:ThoughtWorksInc/todo into gh-pages 6d806dd Cache .npm directory git-subtree-dir: examples/binding-scala git-subtree-split: 109f8a72f9e9c29407310449819916921fb1c3db * Add Binding.scala in home page
-
- 01 Aug, 2016 1 commit
-
-
Lucas Qiu authored
-
- 30 Jul, 2016 1 commit
-
-
Øyvind Raddum Berg authored
* Scalajs-React: Reformat, drop C-prefix * Scalajs-React: Convert to .sbt file, bump dependencies * Scalajs-React: Capture event data and correctly focus input field * Scalajs-React: Generate new files
-
- 23 Jul, 2016 6 commits
-
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
- 11 Jul, 2016 1 commit
-
-
Oskar Gustafsson authored
-
- 03 Jul, 2016 1 commit
-
-
Sam Saccone authored
-