Current Path : /var/www/alh/admin/view/journal2/js/directives/ |
Current File : /var/www/alh/admin/view/journal2/js/directives/j-opt-icon.js |
define(['./module'], function(module){ module.directive('jOptIcon', [function() { return { replace: true, require: '?ngModel', scope: { ngModel: '=' }, restrict: 'E', templateUrl: 'view/journal2/tpl/directives/j-opt-icon.html?ver=' + Journal2Config.version, controller: function($scope) { } }; }]); });