All Questions
2 questions
0
votes
1
answer
2k
views
$parse Syntax Error when binding Angular Expression to Directive Attribute
Can't bind attributes on template using directive
I can't seem to bind attributes on the templates using directives. Any help or suggestion would be great!
It is giving me this error:
[$parse:syntax] ...
1
vote
2
answers
1k
views
Extend Angular-UI Datepicker directive
I have been using the ui-datepicker from Angular-ui-bootstrap a lot, but every time I use it, I need to set it up, the same way I do every time.
So I was wondering if I could create a directive called ...