mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix angular IAttributes#$normalize() definition
This commit is contained in:
Vendored
+1
-1
@@ -306,7 +306,7 @@ declare module angular {
|
||||
*
|
||||
* For further information check out the guide on @see https://docs.angularjs.org/guide/directive#matching-directives
|
||||
*/
|
||||
$normalize(name: string): void;
|
||||
$normalize(name: string): string;
|
||||
|
||||
/**
|
||||
* Adds the CSS class value specified by the classVal parameter to the
|
||||
|
||||
Reference in New Issue
Block a user