"use strict"; (function () { 'use strict'; angular.module('assetModule') .directive('listCiNav', [function () { return { restrict: 'E', replace: true, templateUrl: 'views/asset/list-ci-nav.html', scope: { model: '=' } }; }]); }());