File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ angular.module('ngMessages', [])
565
565
*
566
566
* @param {expression } ngMessage|when a string value corresponding to the message key.
567
567
*/
568
- . directive ( 'ngMessage' , ngMessageDirectiveFactory ( 'AE' ) )
568
+ . directive ( 'ngMessage' , ngMessageDirectiveFactory ( ) )
569
569
570
570
571
571
/**
@@ -597,9 +597,9 @@ angular.module('ngMessages', [])
597
597
*
598
598
* @param {expression } ngMessageExp|whenExp an expression value corresponding to the message key.
599
599
*/
600
- . directive ( 'ngMessageExp' , ngMessageDirectiveFactory ( 'A' ) ) ;
600
+ . directive ( 'ngMessageExp' , ngMessageDirectiveFactory ( ) ) ;
601
601
602
- function ngMessageDirectiveFactory ( restrict ) {
602
+ function ngMessageDirectiveFactory ( ) {
603
603
return [ '$animate' , function ( $animate ) {
604
604
return {
605
605
restrict : 'AE' ,
You can’t perform that action at this time.
0 commit comments