SyntaxFix
Write A Post
Hire A Developer
Questions
You can't use {{}} when using angular directives for binding with ng-model but for binding non-angular attributes you would have to use {{}}..
{{}}
ng-model
Eg:
ng-show="my-model" title = "{{my-model}}"