スマート テーブルで列ヘッダーが正しく並べ替えられません。個別にソートするのではなく、すべて一緒にソートします。
<thead>
<tr>
<th st-sort="field" ng-repeat="field in stat.q">{{field}}</th>
</tr>
</thead>
これがジャバスクリプトです。
stat.q = ["Who is the coolest?", "What is your favorite color?", "Pick a movie", "Where do you want to go?", "test rating"];