UNPKG

kong-dashboard

Version:
10 lines (9 loc) 212 B
angular.module('app').directive("appFieldError", function () { return { restrict: 'E', scope: { error: '=' }, templateUrl: 'directives/field_error.html' }; });