ng_on_rails 0.0.3.2 → 0.0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 242a25464e61e8157c549476b4a36ab9c5b66768
4
- data.tar.gz: 48fd4abdc2239a3863371aab1e8a8b8c697654e6
3
+ metadata.gz: 227739c0d9123fa44faf0ab7b23ddb7d2442e8b2
4
+ data.tar.gz: 8cf871d9e9068f42c64c051d42474dc42eb758b8
5
5
  SHA512:
6
- metadata.gz: 737f3a5cf23dbd0048145872fac1911097a346ed2b6339730c901e3f4796c1067fa855ffcf852ab948a817df28af0577979b6a82702c071084d71411b2ae4a1d
7
- data.tar.gz: 63d6d3b6a0f411476a918636d54ad33bb3478043dc2bb5a34a166b172daca20ff71e1dfb37c6ad9cabc1a5886b595911082069046a0ddc4b383a46302d7a1752
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 service in the AppController
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
 
@@ -1,4 +1,3 @@
1
-
2
1
  #
3
2
  # NgOnRails: Render Directives
4
3
  #
@@ -1,3 +1,3 @@
1
1
  module NgOnRails
2
- VERSION = "0.0.3.2"
2
+ VERSION = "0.0.3.3"
3
3
  end
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.2
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-08 00:00:00.000000000 Z
11
+ date: 2014-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: angularjs-rails