source: cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.site/site/scripts/services.min.js @ 4372

Last change on this file since 4372 was 4372, checked in by andmor, 10 years ago

Added to the UI the functionality to modify the schema access policy.

File size: 637 bytes
Line 
1"use strict";SCHEMAcat.factory("SchemasList",["$resource",function(a){var b=a("/schemacat/users/:userID/schemas/pagedlist/page/:startPage/pagesize/:pageSize",{userID:"guest"});return b}]),SCHEMAcat.factory("Schema",["$resource",function(a){var b=a("/schemacat/schemas/:schemaID/:schemaField",{schemaID:"",schemaField:""});return b}]),SCHEMAcat.factory("User",["$resource",function(a){var b=a("/schemacat/users/:userID",{userID:""});return b}]),SCHEMAcat.factory("Settings",["$resource",function(){function c(b){a=b}function d(){return a}function e(){return b}var a=!0,b={};return{getAnimationStatus:d,setAnimationStatus:c,getStore:e}}]);
Note: See TracBrowser for help on using the repository browser.