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 adcc5a00bf
commit 2d5a84963e

View File

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