1. 12 11月, 2015 1 次提交
  2. 10 11月, 2015 1 次提交
  3. 09 11月, 2015 1 次提交
  4. 06 11月, 2015 2 次提交
  5. 05 11月, 2015 1 次提交
  6. 04 11月, 2015 1 次提交
  7. 30 10月, 2015 2 次提交
  8. 29 10月, 2015 3 次提交
  9. 28 10月, 2015 2 次提交
    • B
      Implement simple chrome operating on ui.router · 4c37e879
      bryk 提交于
      This change implements initial version of the chrome. It uses ui.router
      for routing and state management. The reason to use this router is the
      fact that it is more flexible than stock one. It also resembles Angular2
      router, so hypothetical migration should be easier.
      4c37e879
    • B
      Use standard Angular router instead of the new one · d516d004
      bryk 提交于
      This change modifies a lot of JS, but this is only to prove that the
      code works. Later changes will cleanup the JS more.
      d516d004
  10. 27 10月, 2015 1 次提交
  11. 26 10月, 2015 2 次提交
  12. 22 10月, 2015 2 次提交
  13. 21 10月, 2015 1 次提交
  14. 20 10月, 2015 2 次提交
    • B
      Configure ESLint in all directories with JS code · 8b641942
      bryk 提交于
      Next commits will use this configuration to lint the codebase.
      8b641942
    • B
      Defie source code folder structure with sample app · eb12a534
      bryk 提交于
      This is a sample Angular application written in ES6 with modules. It has
      sample unit and integration tests. It was generated with a help of
      Yeoman.
      
      Don't mind what the application does right now. I'll use it for a next
      few days to verify that build system is working. Then it will be
      revamped.
      eb12a534