Michael Washburn Jr

Results 2 comments of Michael Washburn Jr

@hannaholl that if/else block prevented the initial value from being rendered in the browser for one reason or another. It's really not needed, because it only saves you 3 operations...

With ng-attr-placeholder you can dynamically set the value of a placeholder based on a condition. Here's an example: ``` ``` The above will set the input's placeholder to 'Required' when...