fix: flip attr / property bind in directives annotations

Fixes #648

Closes #684
This commit is contained in:
Pawel Kozlowski
2015-02-17 21:55:18 +01:00
parent 709c3ca6b5
commit 56f4e84d45
12 changed files with 36 additions and 36 deletions

View File

@ -54,7 +54,7 @@ function setupReflector() {
'annotations' : [new Viewport({
selector: '[ng-if]',
bind: {
'ng-if': 'ngIf'
'ngIf': 'ng-if'
}
})]
});