Jason Harris

Results 34 comments of Jason Harris

Update: I tried to ping the other pods from within the first instance of the mongo pod and I was unsuccessful... What am I missing that allows the Mongo pods...

I never figured out. For the time being I turned off mongo sidecar and now run a single mongodb instance.

@allenhwkim If that's the case then as you can see from the screenshot in my post we are indeed generating output for private members. That should be updated so private...

If you used `@name` for the parent docblock it will ignore all nested docblocks. Post your objects docblock.

The @templateUrl would be a custom doc tag used by angular-jsdoc to correctly locate the template URL. It may even be worth proposing to the Angular team to make that...

The reason for a custom @templateUrl tag is to tell angular-jsdoc where it can locate (on the file system) the HTML template file. If you look at the sample code...

The custom tag using the sample code file above would be: ``` @templateUrl sample-codes/ngmap/test-template.html ```

Here's a real example of the problem I have run into. ![image](https://cloud.githubusercontent.com/assets/1775239/14727983/8fc5c006-07e5-11e6-92c2-74e253650916.png) My directive template consists of a JS variable concatenated with a string that contains the HTML file name....

@Zemke We don't have to break the current implementation at this time. The backward compatibility style would be: 1) Look for @templateUrl in the directive doc block and use it...

Can you post more code, specifically the code that you expect to not be redefined?