angular-locker
angular-locker copied to clipboard
How to bind when using "controller as" syntax?
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/