While going through some of the angular best practices guide I found this concept of using ::
before models for uni-direction binding. But it seems does not work with input
field. Here is an example:
https://plnkr.co/edit/gZ73PNGGg4m45zFuBYZw?p=preview
Inside expression it works as expected but inside ng-model, it's still 2-way binding. Then what's the difference?