angular-cn/public/docs
Patrice Chalin 9e9666b2cc docs(template-syntax/dart): updates to match TS (#2751)
* docs(template-syntax): refresh _cache

* docs(template-syntax/dart): updates to match TS

- Propagates TS-side changes:
  - update #2639 - new two-way binding section, and
  - fix #2687 - invalid attr syntax
- Fixes
  - #1898 - currency symbols
  - #2748 - Dart template-syntax e2e is failing
  - #2749 - deprecated `[className]`

* updated _cache file following Kathy's post-review edits

* Post Ward's review w/ cache updated

- Keep `my-` and `my` prefixes on selectors (for components and
directives, respectively).
- Drop `my-` from file names.
- Drop `My` as component class prefix.
2016-11-14 08:34:10 -08:00
..
_examples docs(template-syntax/dart): updates to match TS (#2751) 2016-11-14 08:34:10 -08:00
_includes updates to improve search results in Swiftype 2016-11-01 13:40:25 -07:00
dart/latest docs(template-syntax/dart): updates to match TS (#2751) 2016-11-14 08:34:10 -08:00
js/latest chore: fix broken links and transform API links for dart docs 2016-11-07 13:24:20 -08:00
ts docs(template-syntax/dart): updates to match TS (#2751) 2016-11-14 08:34:10 -08:00
ImageGuide.pdf style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08:00
_layout-dart-api.jade Upgrade swiftype to 2.0 library and added a results page for searches 2016-10-12 10:01:19 -07:00
_layout.jade chore: fix broken links and transform API links for dart docs 2016-11-07 13:24:20 -08:00
index.jade chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07:00

README.md

Why the _fragments dir is checked in

Within this repo files generated as a result of shredding the _examples dir ( the contents of the _fragments dir) are checked in so that we can avoid running the shredder over the entire _examples dir each time someone refreshes the repo ( the shred-full gulp task). The gulp serve-and-watch shredder is only a partial shredder. It only shreds files in directories changed during the current session.