锚标记内的动态'uib-tooltip-html'

时间:2017-08-20 18:31:11

标签: angularjs

我想根据特定条件显示不同的工具提示消息。我已经写了相同的代码 -

class ClassName(object):
    def __init__(self):
        self.variable = "value"

instance = ClassName()
print(instance.variable)

网址值会更改为javascript代码,但邮件却不会。这两个变量都在$ scope变量中。

我错过了什么?

1 个答案:

答案 0 :(得分:0)

尝试使用单引号和花括号

 <a ng-show="isManagedMeetingMandatory"
    class="glyphicon glyphicon-question-sign"
    target="_blank"
    ng-href="{{dynamicUrl}}"
    uib-tooltip-html="dynamicMsg"
    tooltip-placement="right"
    tooltip-append-to-body="true">
    </a>