angular/modules
Alex Eagle 93055f78ea chore(lint): require semicolons
Relying on ASI (automatic semicolon insertion)
is allowed in TypeScript because JavaScript allows
it. However, when we run clang-format it doesn’t
understand that these statements are terminated
with a newline and changes the indentation, in bad
cases even breaking the code.

Fixes #817
2015-07-15 12:57:32 -07:00
..
angular2 chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
angular2_material refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
benchmarks test(e2e): fix error setting style property of DOM element 2015-07-15 11:37:25 +02:00
benchmarks_external feat(pipes): add number (decimal, percent, currency) pipes 2015-07-09 14:59:57 -07:00
benchpress chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
examples feat(webworkers) Add MessageBus, Broker, and Serializer 2015-07-15 11:49:10 -07:00
rtts_assert docs(modules): fix typos 2015-07-07 16:14:43 -07:00