Typo
parent
120f42d383
commit
7cfb394e0a
|
@ -1,5 +1,5 @@
|
|||
div.new-task
|
||||
a.button.button-green(href="", ng-click="ctrl.addNewTask(us, 'standakd')", title="Add new task")
|
||||
a.button.button-green(href="", ng-click="ctrl.addNewTask('standard', us)", title="Add new task")
|
||||
span.text + Add new Task
|
||||
a.button.button-bulk(href="", ng-click="ctrl.addNewTask(us, 'bulk')", title="Add new tasks in bulk")
|
||||
a.button.button-bulk(href="", ng-click="ctrl.addNewTask('bulk', us)", title="Add new tasks in bulk")
|
||||
span.icon.icon-bulk
|
||||
|
|
Loading…
Reference in New Issue