Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/view/journal2/js/directives/
Upload File :
Current File : /var/www/alh/admin/view/journal2/js/directives/j-opt-image.js

define(['./module'], function(module){

    module.directive('jOptImage', [function() {
        return {
            replace: true,
            require: '?ngModel',
            scope: {
                ngModel: '='
            },
            restrict: 'E',
            templateUrl: 'view/journal2/tpl/directives/j-opt-image.html?ver=' + Journal2Config.version,
            controller: function($scope) {
            }
        };
    }]);

});