The AngularJS map feature contains an export of the "Body" field instance for the "earthquake" content type / bundle.
It also contains an export of the general body field base.

Even if the feature is not enabled, this will trigger a conflict error in Features when the body field is exported via another feature.

How to reproduce:

1) Roll the "article" or "basic page" content type (or some other type) with the body field in your own feature
2) Do some site building
3) ...
4) Install AngularJS module
5) Notice now that Features starts to complain about conflicts because field base for body has already been exported.

Your feature should only include the body field instance, not the base field configuration.