私はmegaboiletplate.comを使ってプロジェクトをスケーリングしました。私はスターターパックをダウンロードしましたが、私はいくつかの問題に直面しています。開始コードをレポに入れました
this file、ログインボタンをクリックすると16行目が表示されません。ログインボタンが間違って何この
<form ng-submit="login()">
<legend>Log In</legend>
<div class="form-group">
<label for="email">Email</label>
<input type="email" name="email" id="email" placeholder="Email" class="form-control" ng-model="user.email" autofocus>
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" name="password" id="password" placeholder="Password" class="form-control" ng-model="user.password">
</div>
<div class="form-group"><a href="/forgot"><strong>Forgot your password?</strong></a></div>
<button type="submit" class="btn btn-success">Log in</button>
</form>
のような見解を持っています?
可能な重複のapp.jsに記載されていなければならない、あなたのケースで
:
に変更されるだろうhttp://stackoverflow.com/questions/39313552/ng-submit-not-triggering-in-angularjs)。同じ質問を何度も聞かないでください。 – Claies