You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/angular2/test/render/dom/view/proto_view_builder_spec.ts
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,20 @@ export function main() {
31
31
`Can't bind to 'unknownProperty' since it isn't a know property of the 'div' element and there are no matching directives with a corresponding property`);
32
32
});
33
33
34
-
it('should should allow unknown properties if a directive uses it',()=>{
`Can't bind to 'unknownProperty' since it isn't a know property of the 'div' element and there are no matching directives with a corresponding property`);
34
+
it('should allow unknown properties if a directive uses it',()=>{
0 commit comments