Skip to content

A simple library that support two way binding with angular syntax

Notifications You must be signed in to change notification settings

abizebel/angular-light-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-light-binding

A simple library that support two way binding with angular syntax alt text

=== ONLINE DEMO ===

Supports :

  • attribute binding
  •   <div style="width:{{width}}px">
      
  • text binding
  •   <div>{{width}}</div>
      
  • input binding
  •   <input ng-model="width">
      
  • binding literal objects (reactivity nested objects)
  •     {{user.admin.name}}
      

alt text