source: cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.site/site/scripts/directives.js @ 4127

Last change on this file since 4127 was 4127, checked in by andmor, 11 years ago

Code made compatible with minification.
JavaScrip? format and conventions

File size: 165 bytes
Line 
1'use strict';
2SCHEMAcat.directive('workspaceDirective', [
3        function() {
4                return function(scope, element, attrs) {
5                        scope.workspaceFirstLoaded = false;
6                };
7        }
8]);
Note: See TracBrowser for help on using the repository browser.