Learning
AngularJs
Directives
zippy title
Title:
Text:
{{text}}
We have two input elements with ng-model "title" and "text".
HTML for element:
<div class="zippy" zippy-title="Details: {title}...">{text}</div>
If we take
{{text}}
We manipulate here only CSS classes.
See Example for CSS here...