angular-docs-cn/public/docs
Ward Bell e9d78133e1 docs(testing): revert to jasmine v.2.4.1 (#2697)
Bug in Jasmine v.2.5.x.  Stick with v.2.4.1 (as karma-jasmine does) until the following issue is resolved:
https://github.com/jasmine/jasmine/issues/1231

Unfortunately, there is no `@types/jasmine` for v.2.4 but only for v.2.5.
2016-10-29 23:53:21 -07:00
..
_examples docs(testing): revert to jasmine v.2.4.1 (#2697) 2016-10-29 23:53:21 -07:00
_includes Upgrade swiftype to 2.0 library and added a results page for searches 2016-10-12 10:01:19 -07:00
dart/latest Update most visible AngularDart pages to 2.0 2016-10-26 14:43:53 +02:00
js/latest chore: update to @types (#1872) 2016-10-20 17:01:16 -07:00
ts docs(testing): 'testingService' -> 'twainService' plus clarity (#2692) 2016-10-28 12:40:43 -07:00
ImageGuide.pdf
README.md
_data.json
_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 Upgrade swiftype to 2.0 library and added a results page for searches 2016-10-12 10:01:19 -07: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.