awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Attribute Binding Directives · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAttribute Binding Directives

Directives for dynamically setting element attributes based on expression evaluation.

Explore 1 awesome GitHub repository matching user interface & experience · Attribute Binding Directives. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. UI Architecture
  4. Data Binding
  5. Attribute Binding Directives

Awesome Attribute Binding Directives GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Binds element attributes directly to dynamic expressions, allowing state-driven control over properties like checkbox selection without manual DOM manipulation.

    JavaScript