File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export default function todoActions(firebaseService){
6262 todo : todo
6363 } ;
6464 }
65-
6665 return {
6766 editTodo,
6867 addTodo,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const ESCAPE_KEY_CODE = 27;
44const ENTER_KEY_CODE = 13 ;
55
66export const todo = {
7- template : require ( './todoItem .html' ) ,
7+ template : require ( './todo .html' ) ,
88 bindings : {
99 parentTodo : '<todo' ,
1010 isEditableParent : '<isEditable' ,
Original file line number Diff line number Diff line change 1- import { calculateChanges } from '../utils' ;
1+ import { calculateChanges } from '../../ utils' ;
22import './todos.scss' ;
33
44export const todos = {
5- template : require ( './todoList .html' ) ,
5+ template : require ( './todos .html' ) ,
66 bindings : {
77 todos : '<' ,
88 addTodo : '<' ,
File renamed without changes.
Original file line number Diff line number Diff line change 1- 3. Спиннер на асинхронную загрузку (из стейта будет брать состояние)
1+ 3. Спиннер на асинхронную загрузку (из стейта будет брать состояние)
2+ 4. Переделать < на &
You can’t perform that action at this time.
0 commit comments