You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Besides that, can you please add some more info to the documentation about how this example works? I couldn't find any docs for $setViewValue and $render and how come if I press enter when editing the text it inserts the new line into a new div and not just inserts a br? How can I make it insert br instead?
The text was updated successfully, but these errors were encountered:
In the documentation at http://docs.angularjs.org/guide/concepts#directives if you click on edit in plunker, the model doesn't work since ng-app is missing the module name. It should be
Besides that, can you please add some more info to the documentation about how this example works? I couldn't find any docs for $setViewValue and $render and how come if I press enter when editing the text it inserts the new line into a new div and not just inserts a br? How can I make it insert br instead?
The text was updated successfully, but these errors were encountered: