From 1ec13802af76b60e1ab2157a1624b537daf221d5 Mon Sep 17 00:00:00 2001 From: jacestk Date: Thu, 20 Jul 2017 13:31:47 +0400 Subject: [PATCH] IE11 Fixes Fixes for displaying AngularJS style in IE11 replace style="css{angular}" by ng-style="{angular}css" --- templates/part.board.headerControls.php | 2 +- templates/part.board.mainView.php | 8 ++++---- templates/part.board.sidebarView.php | 14 +++++++------- templates/part.boardlist.php | 6 +++--- templates/part.card.php | 6 +++--- templates/part.navigation.php | 6 +++--- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/templates/part.board.headerControls.php b/templates/part.board.headerControls.php index 6386d4fa1..c277e1766 100644 --- a/templates/part.board.headerControls.php +++ b/templates/part.board.headerControls.php @@ -5,7 +5,7 @@ ng-blur="status.addStack=false" ng-model="newStack.title" required maxlength="100" /> - + diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 3f5efdbf2..856d3bfbf 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -10,7 +10,7 @@ -

+

{{ boardservice.getCurrent().title }}

@@ -52,7 +52,7 @@
- +
diff --git a/templates/part.navigation.php b/templates/part.navigation.php index d610d011b..f55770dfc 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -5,7 +5,7 @@
  • t('Shared boards')); ?>
  • - + {{ b.title }}
      @@ -25,7 +25,7 @@
      -
      +
  • @@ -39,7 +39,7 @@
    -

    +