tymondesigns / angular-locker

🗄️ A simple & configurable abstraction for local/session storage in angular js projects
https://npm.im/angular-locker
MIT License
314 stars 42 forks source link

How to bind when using "controller as" syntax? #34

Open uberspeck opened 8 years ago

uberspeck commented 8 years ago

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?

pajaydev commented 7 years ago

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