mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
The docs images had been duplicated in ``` docs/img/ ``` and ``` docs/app/assets/img ``` This commit fixes the gulp build to use the doc images from `docs/img` and removes the duplocates from `docs/app/assets/img` Closes #9655