File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ function test_IAttributes(attributes: ng.IAttributes){
507
507
}
508
508
509
509
test_IAttributes ( {
510
- $normalize : function ( classVal ) { } ,
510
+ $normalize : function ( classVal ) { return "foo" } ,
511
511
$addClass : function ( classVal ) { } ,
512
512
$removeClass : function ( classVal ) { } ,
513
513
$set : function ( key , value ) { } ,
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ declare module angular {
306
306
*
307
307
* For further information check out the guide on @see https://docs.angularjs.org/guide/directive#matching-directives
308
308
*/
309
- $normalize ( name : string ) : void ;
309
+ $normalize ( name : string ) : string ;
310
310
311
311
/**
312
312
* Adds the CSS class value specified by the classVal parameter to the
You can’t perform that action at this time.
0 commit comments