ng-click doesn't fire when added post load

后端 未结 3 2007
夕颜
夕颜 2020-12-19 02:40

I\'m trying to do a variable replacement while also making it clickable with ngClick.

I made a plunker demo (click the button and observe that the input box stays un

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 03:36

    In the meanwhile there is an official solution to that problem:

    would do the compilation without the need of writing a custom directive.

    For more info: https://github.com/angular-translate/angular-translate/issues/184

提交回复
热议问题