docs(errors/$compile/nonassing): fix reversed attribute and scope property names

This commit is contained in:
Dave Wells
2014-06-11 11:47:39 -07:00
committed by rodyhaddad
parent ad466412c6
commit 4e1fb82628

View File

@@ -16,7 +16,7 @@ myModule.directive('myDirective', function factory() {
return {
...
scope: {
'bind': '=localValue'
localValue: '=bind'
}
...
}