diff --git a/lib/directive/ng_show_hide.dart b/lib/directive/ng_show_hide.dart index 5346b0a19..c6bafb152 100644 --- a/lib/directive/ng_show_hide.dart +++ b/lib/directive/ng_show_hide.dart @@ -8,7 +8,7 @@ part of angular.directive; selector: '[ng-hide]', map: const {'ng-hide': '=>hide'}) class NgHide { - static String NG_HIDE_CLASS = 'ng-hide'; + static const NG_HIDE_CLASS = 'ng-hide'; final dom.Element element; final Animate animate;