Hi,
I'm trying to use your directive but getting the following error:
Error: [$compile:multidir] Multiple directives [adapt, ngInclude] asking for transclusion on:
I'm using angularjs version 1.2.14. Here's my markup:
<div class="item" data-adapt="header.html"></div>
and here's my global settings:
'''
.value('adaptive.config', {
breakPoints: [{ "postfix": "m", "width": 540 }, { "postfix": "d", "width": 768 }]
})
'''
Any ideas? I'll carry on trying to fix and submit a pull if I get it.
Cheers,
Mike
Hi,
I'm trying to use your directive but getting the following error:
Error: [$compile:multidir] Multiple directives [adapt, ngInclude] asking for transclusion on:
I'm using angularjs version 1.2.14. Here's my markup:
<div class="item" data-adapt="header.html"></div>and here's my global settings:
'''
.value('adaptive.config', {
breakPoints: [{ "postfix": "m", "width": 540 }, { "postfix": "d", "width": 768 }]
})
'''
Any ideas? I'll carry on trying to fix and submit a pull if I get it.
Cheers,
Mike