"use strict"; angular.module('raz') .directive('addfolder', function ($compile) { return { restrict: 'E', scope: { text: '@' }, template: '
{{text}}