Bydefault value of textbox is LearnIt which is bind to mouseEnter
variable with ng-model
directive.On mouse enter event text of textbox changes to visrosoftware because at that time mouseEnter
variable value is visrosoftware and on mouse leave it becomes LearnIt.