We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9dfe commit 9f06ec4Copy full SHA for 9f06ec4
resources/views/partials/todos/index.php
@@ -1,4 +1,8 @@
1
<div ng-controller="TodoController" ng-init="find()">
2
+ <p ng-if="!todos.length">
3
+ There are no todos right now, <a href="/todos/create">create one!</a>
4
+ </p>
5
+
6
<div class="row" ng-repeat="todo in todos">
7
<div class="col-lg-6">
8
<div class="input-group">
0 commit comments