Posts by Fabricio Gonçalves • 1 point
1 post
-
0
votes0
answers58
viewsQ: Angularjs + Directive + mfb = Not working
I’m new to angular and I’m testing directives. I have this scenario: angular.module(module) .directive(directive, function () { return { templateUrl:template }; }); <ul class="mfb-component--br…