Skip to content

Commit 20f4f63

Browse files
committed
style(ngBindHtml): semicolon\!
1 parent 903e735 commit 20f4f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngBind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ var ngBindHtmlDirective = ['$sce', '$parse', function($sce, $parse) {
195195
});
196196
};
197197
}
198-
}
198+
};
199199
}];

0 commit comments

Comments
 (0)