Here is a little question, I have jade variable so i want to assign that jade variable to angular bind.
But it's return Error
Here is my Jade
- var editor = false // my variable
.content
.title Title
// that i want to assign
- editor = {{editormode}} // $scope.editormode = true || false return
if editor
.title-edit