tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects

Home Page:https://npm.im/angular-locker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to bind when using "controller as" syntax?

uberspeck opened this issue · comments

I understand the concept of binding to $scope. However, the examples don't take the recommended controller as syntax into account. Not sure what that would look like?

I think this link will be helpful to understand controller as syntax
https://toddmotto.com/digging-into-angulars-controller-as-syntax/