angular-ng-grid-plugins-rails 2.0.7.2 → 2.0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -3
- data/lib/angular-ng-grid-plugins-rails/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Angular-ng-grid-plugins-rails
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Angular-ng-grid-plugins-rails wraps the [AngularJS ng-grid plugins](https://github.com/angular-ui/ng-grid/tree/master/plugins) component for use in Rails 3.1 and above. Assets will minify automatically during production.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ Add the following directive to your Javascript manifest file (application.js):
|
|
|
14
14
|
|
|
15
15
|
## Version
|
|
16
16
|
|
|
17
|
-
The gem version will try match the original ng-grid release version.
|
|
17
|
+
The gem version will try match the original ng-grid plugins release version.
|
|
18
18
|
|
|
19
19
|
# License
|
|
20
20
|
|