Created
          July 1, 2013 10:02 
        
      - 
      
- 
        Save ivan-ivanic-cm/5899695 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [ | |
| { | |
| detailType: 1, // ovo da bih mogao da napravim url za add detalja | |
| title: "Related links", // da prikažem naslov | |
| details: [ | |
| { | |
| id: 10, // da bih mogao da pošaljem delete request | |
| title: 'Wikipedia', | |
| url: 'http://wikipedia.org', | |
| display: '<a>wiki</a>' | |
| }, | |
| { | |
| id: 25, // da bih mogao da pošaljem delete request | |
| title: 'Twitter', | |
| url: 'http://twitter.com', | |
| display: '<a>tweet me</a>' | |
| } | |
| ] | |
| }, | |
| { | |
| detailType: 2, // ovo da bih mogao da napravim url za add detalja | |
| title: "Contact", // da prikažem naslov grupe | |
| details: [ // ovo je lista detalja koji se nalaze u grupi | |
| { | |
| id: 15, // da bih mogao da pošaljem delete request | |
| title: 'Facebook', | |
| url: 'http://facebook.org', | |
| display: '<a>Face</a>' | |
| }, | |
| { | |
| id: 68, // da bih mogao da pošaljem delete request | |
| title: 'Twitter', | |
| url: 'http://twitter.com', | |
| display: '<a>tweet me</a>' | |
| } | |
| ] | |
| } | |
| ] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment