UNPKG

mamba-js-framework

Version:

Mamba JS Framework is a web framework to make a rapid development of web front ends based on AngularJS.

11 lines (9 loc) 212 B
angular .module('App') .directive('header', header); function header(Templates) { return { restrict: 'E', templateUrl: 'app/templates/' + Templates.getTemplate() + '/header.html' } }