我是angularjs的新手,我正在尝试使用一些动画创建一个表单页面。 我试图在这里调整代码 - http://jsfiddle.net/atXAC/11/
<div ng-class="{'active':hasFocus==true,'inactive':hasFocus==false}">Enter your Name here</div>
<input type="text" ng-model="user.name" ng-click="hasFocus=true" ng-customblur="onBlur()" required id="name"/>
目前,点击后点击即可更改css类。 我想要做的是当在框中输入某些东西时,该课程不应该改变。如果文本框为空,则只需单击即可更改类。我该怎么做呢?任何帮助非常感谢。
提前致谢。
答案 0 :(得分:1)
如果我理解正确,您的控制器应该是这样的。
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Microsoft.Exchange.WebServices.Data.ExchangeService service = new Microsoft.Exchange.WebServices.Data.ExchangeService();
}
}
}