The document describes several ways to share data between controllers in AngularJS, including using $rootScope to share data globally, creating a factory to share data, updating data in factories using functions, and watching for data changes using $watch. It provides code examples for each approach.