<i ng-show=”loadingUsers” class=”glyphicon glyphicon-refresh”></i>的loadingUsers是從
typeahead-loading=”loadingUsers”來的
loadingUsers是定義
<i ng-show=”loadingUsers” class=”glyphicon glyphicon-refresh”></i>的loadingUsers是從
typeahead-loading=”loadingUsers”來的
loadingUsers是定義
在HTML將form name<form name=“userForm”>改為<formname=“userForm.invitation”>
controller前幾行先宣告$scope.userForm = {};