ng_on_rails 0.0.3.2 → 0.0.3.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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/app/assets/javascripts/directives/shared.js.coffee +0 -1
- data/lib/ng_on_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 227739c0d9123fa44faf0ab7b23ddb7d2442e8b2
|
4
|
+
data.tar.gz: 8cf871d9e9068f42c64c051d42474dc42eb758b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de9e31ec3961492ce84cc802eb1d30e214f5e1fee6fa79729095dd4e6ace30d239728c83c3cd5c1a78e15bf723354775884e7148023a6f9b47cbc87fbcc708a2
|
7
|
+
data.tar.gz: adfeb1f5f7b9bb147462f0bab2bd5b0b9b2032e1841eec83e5b7aa60824ca42634696a3de13a68f9017f41ad59558d3c14f01560feacb571ba243e45f94522fb
|
data/README.md
CHANGED
@@ -108,10 +108,10 @@ Example Directory Structure (*In this example the Rails app has 'Page' model*):
|
|
108
108
|
<div render='true' url='pages/page'>
|
109
109
|
<div ng-show="ctrl.is_editing(page)">...
|
110
110
|
```
|
111
|
-
* In the above, `ctrl.rails` has been set to the Rails
|
111
|
+
* In the above, `ctrl.rails` has been set to the Rails-service in the AppController
|
112
112
|
* Use the Controller-As syntax! I know there are people who aren't a fan. However in most apps where I am using angular there is a complicated Model structure. I necessarly want to edit all these things on a single page, though spread out through many partials. Controller-As really really helps keep the logic clear.
|
113
113
|
|
114
|
-
These conventions can be easily followed (directories will be generated) if you use the NgOnRails [generators](#ngor_generators)
|
114
|
+
These conventions can be easily followed (directories will be generated) if you use the NgOnRails [generators](#ngor_generators).
|
115
115
|
|
116
116
|
*See [test_app](https://github.com/brookisme/ng_on_rails/tree/master/spec/test_app) for an example of these conventions.*
|
117
117
|
|
data/lib/ng_on_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ng_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.3.
|
4
|
+
version: 0.0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brookie Williams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: angularjs-rails
|