File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ angular.module('ngMessages', [])
565565 *
566566 * @param {expression } ngMessage|when a string value corresponding to the message key.
567567 */
568- . directive ( 'ngMessage' , ngMessageDirectiveFactory ( 'AE' ) )
568+ . directive ( 'ngMessage' , ngMessageDirectiveFactory ( ) )
569569
570570
571571 /**
@@ -597,9 +597,9 @@ angular.module('ngMessages', [])
597597 *
598598 * @param {expression } ngMessageExp|whenExp an expression value corresponding to the message key.
599599 */
600- . directive ( 'ngMessageExp' , ngMessageDirectiveFactory ( 'A' ) ) ;
600+ . directive ( 'ngMessageExp' , ngMessageDirectiveFactory ( ) ) ;
601601
602- function ngMessageDirectiveFactory ( restrict ) {
602+ function ngMessageDirectiveFactory ( ) {
603603 return [ '$animate' , function ( $animate ) {
604604 return {
605605 restrict : 'AE' ,
You can’t perform that action at this time.
0 commit comments