Thai Dinh Tam

Results 5 issues of Thai Dinh Tam

" .... " Pagination works great. However i wanted to access gqs (collection) via $scope.gqs in paginationController when i click a button. unfortunately console.log($scope.gqs) said "undefined" I make sure that...

is it because reload-page and gotopage are isolated scope ?

In my app , I wanna set defaults of tourConfig. I'm doing like this... angular.module('myProject',[...]) .config(['tourConfig',function(tourConfig){ tourConfig.setDefaults({ offset: 5, backDrop:true }]) But i am getting error? Anything wrong?

in template ul class="collapsible"> {{#each pendingMembers}} li .... /li {{/each}} /ul in Template.templateName.rendered , $('.collapsible').collapsible({ "accordion" : false }); Collapsible doesn't work in this case. I had to use setTimeout...

First it works great. thanks for the great package. I've one usability issue. data-template is applied to each item in db colletion or array. We have no way to specify...