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
/** | |
* Class Point represent 2 dimensional points. | |
* | |
* @author Eyal Cohen | |
* @version 1.0.0 | |
*/ | |
public class Point { | |
private double _radius; | |
private double _alpha; |
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
<ul> | |
<li class='picture' ng-repeat='picture in home.pictures track by $index'> | |
<a ui-sref='picture({ url: {{picture.url}} })'> {{picture.type}} </a> | |
</li> | |
</ul> |
NewerOlder