Not everything in AngularJS has a KnockoutJS equivalent (for example ngCloack
, or ngSrc
). There are two main solutions typically available:
attr
or event
binding instead.If you prefer the AngularJS binding syntax you can consider using Knockout.Punches which enables handlebar-style binding.