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.
2 parents 123144a + 8c37c12 commit 9cf450bCopy full SHA for 9cf450b
src/app/views/partials/checkboxes.html
@@ -15,12 +15,12 @@ <h4 flex="82">{{vm.remaining()}} of {{vm.todos.length}} remaining</h4>
15
<label>Write some todo task here...</label>
16
<input ng-model="vm.todoText" name="taskText" required>
17
</md-input-container>
18
- <md-button class="md-fab md-wayrn md-mini">
+ <md-button class="md-fab md-wayrn md-mini" ng-click="vm.addTodo($event)">
19
<i class="material-icons">add</i>
20
</md-button>
21
</div>
22
<md-button class="md-primary" ng-click="vm.archive($event)">
23
Remove completed
24
25
</form>
26
-</md-content>
+</md-content>
0 commit comments