Skip to content
/ savajs Public

Yet another experimental clone of angularjs

Notifications You must be signed in to change notification settings

Tuch/savajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SavaJS

GitHub version Davis Dependency status experimental

###under hood:

  • watchers service: two-way data binding via dirty checking
  • compile service: almost like as original angular js compile with blackjack and transclude feature :)
  • parse service: expression parsing via Function constructor
  • error service: base error handler
  • root-scope service: almost like as original implementation. With inhretitance and isolation
  • controller service: implementation of supporting "controllers" feature
  • and little bit more services: log, template-url
  • and base directives like: ng-repeat, events(ng-click, ng-mousedown and etc.), ng-show, ng-bind, ng-class, ng-model, ng-controller, ng-transclude, ng-bind. And of course it supports custom directives with original syntax.

simple demo

About

Yet another experimental clone of angularjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published