angular-cn/modules
PatrickJS 91398c3425 docs(application.js): ensure bootstrap promise,
so people using something like systemjs won't break the promise chain and at the same time shows that it's a promise

```es6
Promise.all({
  app1: System.import('app1').then(module => module.main()),
  app2: System.import('app2').then(module => module.main()),
  app3: System.import('app3').then(module => module.main())
})
.then(function(injectors) {
  console.log('dem injectors', injectors);
});
```

Closes #967
2015-03-17 22:11:26 -07:00
..
angular2 docs(application.js): ensure bootstrap promise, 2015-03-17 22:11:26 -07:00
benchmarks refactor(view): separate context and locals 2015-03-17 14:25:57 -07:00
benchmarks_external feat(benchmarks): add polymer js 0.8-preview benchmark 2015-03-13 20:48:03 -07:00
benchpress refactor(bench press): rename metrics and adapt them to the features of the browser 2015-03-13 20:46:37 -07:00
examples chore: upgrade guinness to remove a workaround in testlib 2015-03-13 18:19:10 -07:00
rtts_assert Don't use the for..of syntax in AtScript. 2015-02-27 15:26:53 -08:00