Skip to content

Commit 2d5a849

Browse files
shawkinawrodyhaddad
authored andcommitted
docs(errors/$compile/nonassing): fix reversed attribute and scope property names
1 parent adcc5a0 commit 2d5a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$compile/nonassign.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ myModule.directive('myDirective', function factory() {
1616
return {
1717
...
1818
scope: {
19-
'bind': '=localValue'
19+
localValue: '=bind'
2020
}
2121
...
2222
}

0 commit comments

Comments
 (0)