Skip to content

Commit

Permalink
Click, mlick.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilginn committed Mar 26, 2013
1 parent 184bb2d commit 129c177
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
$scope.Ad = null;
//$("form").fadeOut("slow");
}

}
4 changes: 2 additions & 2 deletions AngularJs-Net/AngularJs-Net/Views/Home/Index.vbhtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tr ng-repeat="item in Sanatcilar">
<td style="width:65%">{{item.Ad}}</td>
<td>{{item.Albums.length}}</td>
<td><a href="#" ng-click="SanatciDetay($index)">Detay</a> | <a href="#" ng-click="SanatciDuzenle($index)">Düzenle</a> | <a href="#" ng-click="SanatciSil(item._id, $index)">Sil</a></td>
<td><a href="#" ng-click="SanatciDetay(item._id, $index)">Detay</a> | <a href="#" ng-click="SanatciDuzenle(item._id, $index)">Düzenle</a> | <a href="#" ng-click="SanatciSil(item._id, $index)">Sil</a></td>
</tr>
</table>

Expand All @@ -22,7 +22,7 @@
<p><h3>Sanatçı Adı</h3></p>
<input type="text" ng-model="Ad" /><br>
<input type="submit" value="Kaydet">
<input type="button" value="Vazgeç" ng-click="YeniSanatciIptal()">
<input type="button" value="Kapat" ng-click="YeniSanatciIptal()">
</form>

</div>
2 changes: 1 addition & 1 deletion AngularJs-Net/AngularJs-Net/Views/Shared/_Layout.vbhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="content-wrapper">
<div class="float-left">
<p class="site-title">
<a href="~/">Asp.Net ve AngularJs</a>
<a href="~/">ASP.NET ve AngularJs</a>
</p>
</div>
<div class="float-right">
Expand Down

0 comments on commit 129c177

Please sign in to comment.