1 مستودع
Patterns for controllers that manage UI state while delegating domain operations to external services.
Distinct from View and Controller Implementation: Focuses on the delegation pattern to keep controllers lightweight, rather than the general process of implementing a view-controller pair.
Explore 1 awesome GitHub repository matching web development · View Logic Delegation. Refine with filters or upvote what's useful.
This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS applications. It establishes a structural approach for separating business logic into injectable services and restricting document object model manipulation to directives. The guide provides a standardized framework for project organization through consistent naming conventions, directory hierarchies, and module structuring. It emphasizes the use of isolated scopes for component encapsulation and explicit array notation for dependency injection to ensure stability during code
Defines a strict separation where view controllers handle UI logic and delegate business operations to services.