Set templateUrl base on attribute in directive

前端 未结 2 2168
借酒劲吻你
借酒劲吻你 2021-02-19 03:41

I\'m working on a set of angular directives and I want to load the correct template based on the presence or value of an attribute.



        
2条回答
  •  北海茫月
    2021-02-19 04:26

    fyi this is now properly fixed in angular 1.1.4

    you can pass a function to templateUrl. input parameters are element, attributes. and returns a string (the templateUrl you wish to use)

    docs here: http://code.angularjs.org/1.1.4/docs/guide/directive

提交回复
热议问题