Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. typeahead-on-select="select($item,$model))"
  2.  
  3. promise.then(function (result) {
  4. $model.name = result;
  5. console.log($model); // <-- $model IS updated but the view doesn't react on it
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement