You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
angular.module('ui.directives').directive('uiTemplate', ['ui.config', function (uiConfig) {
var options = uiConfig.uiTemplate || {};
return {
restrict: 'EAC', // supports using directive as element, attribute and class
link: function (iScope, iElement, iAttrs, controller) {
var opts;
// opts is link element-specific options merged on top of global defaults. If you only extend the global default, then all instances would override each other