[Formatting] Remove double negative logic

Issue #1168
This commit is contained in:
David Hudson
2016-09-17 16:32:26 +09:00
parent 85e57286ae
commit 48b25fe842

View File

@@ -19,7 +19,7 @@
this source code distribution or the Licensing information page available this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information. at runtime from the About dialog for additional information.
--> -->
<div class="abs overlay" ng-class="{'delayEntry100ms' : !!ngModel.delay}"> <div class="abs overlay" ng-class="{'delayEntry100ms' : ngModel.delay}">
<div class="abs blocker"></div> <div class="abs blocker"></div>
<div class="abs holder"> <div class="abs holder">
<a ng-click="ngModel.cancel()" <a ng-click="ngModel.cancel()"