[#369] add ngTable
This commit is contained in:
parent
72e58a7af3
commit
2a8fa0e64b
1
Gemfile
1
Gemfile
|
@ -78,6 +78,7 @@ gem 'soundmanager-rails'
|
|||
gem 'angular-ui-bootstrap-rails'
|
||||
gem 'angular-rails-templates'
|
||||
gem 'ngmin-rails'
|
||||
gem 'ng-table-rails', '~> 0.0.1'
|
||||
|
||||
gem 'time_diff'
|
||||
|
||||
|
|
|
@ -281,6 +281,7 @@ GEM
|
|||
net-ssh (>= 2.6.5)
|
||||
newrelic_rpm (3.7.3.204)
|
||||
ng-rails-csrf (0.1.0)
|
||||
ng-table-rails (0.0.1)
|
||||
ngmin-rails (0.4.0)
|
||||
rails (>= 3.1)
|
||||
nokogiri (1.6.1)
|
||||
|
@ -569,6 +570,7 @@ DEPENDENCIES
|
|||
momentjs-rails
|
||||
newrelic_rpm
|
||||
ng-rails-csrf
|
||||
ng-table-rails (~> 0.0.1)
|
||||
ngmin-rails
|
||||
ohm (~> 1.3.2)
|
||||
ohm-expire (~> 0.1.3)
|
||||
|
|
Loading…
Reference in New Issue