2015-06-23 16:40:30 +00:00
|
|
|
<div class = "projects">
|
2015-06-24 18:35:21 +00:00
|
|
|
<h1 style="margin-left:15px"><i class="fa fa-cube"></i> Projects</h1>
|
2015-06-26 13:49:46 +00:00
|
|
|
<md-card class="cardAllProjects">
|
|
|
|
<div flex ="99" class = "allProjectsShow" layout = "row" ng-repeat = "t in arrayHolder" value = "{{t}}">
|
|
|
|
<div flex = "32" layout = "column" ng-repeat = "project in t" value = "{{project}}" layout-padding>
|
2015-06-24 19:43:02 +00:00
|
|
|
<a href="http://localhost:8080/home#/thisProject" style="color:black; text-decoration:none;">
|
2015-06-24 18:35:21 +00:00
|
|
|
<md-card layout-padding flex class = "projectCard">
|
|
|
|
{{project}}
|
|
|
|
</md-card>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</md-card>
|
2015-06-23 16:40:30 +00:00
|
|
|
<md-content layout-padding layout-margin>
|
|
|
|
<md-button ng-click="createProjectClicked()" ng class="md-raised md-primary">Create Project</md-button>
|
|
|
|
</md-content>
|
|
|
|
</div>
|