Add missing ng-init.
parent
7c01866526
commit
d8bdec3adf
|
@ -4,7 +4,8 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
div.wrapper(tg-kanban, ng-controller="KanbanController as ctrl")
|
div.wrapper(tg-kanban, ng-controller="KanbanController as ctrl"
|
||||||
|
ng-init="section='kanban'")
|
||||||
section.main.kanban
|
section.main.kanban
|
||||||
div.kanban-detail-header
|
div.kanban-detail-header
|
||||||
h1
|
h1
|
||||||
|
|
Loading…
Reference in New Issue