Using Modules to Organize Code in Angular JS View Article Information Posted Date: 1. January 2017 Author: Anil Sharma Categories: Angular JS Keywords: controllers, filters, and services, angular.module method, angular js controller, angular js filters Till now we have learn about how AngularJS uses dependency injection with factory functions when you create components such as controllers, filters, and services. We also know that the second argument to the angular.module method, used to create modules, was an array of the module’s dependencies [Continue Reading]