angular-ngt 0.1.0 → 0.2.0

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: f380fff1215f99fa11efc01d91979d5233ff010b
4
- data.tar.gz: 7601507672190c341bcff54eda5fc47346b23c72
3
+ metadata.gz: 719836303711be7ac3ad217f4936ada43485acb7
4
+ data.tar.gz: 235832d30f58e555c4ed4d7fa69a9b7262884a0d
5
5
  SHA512:
6
- metadata.gz: 57b6ea12d403b8a51e7b1f8be05ff02057eefab8e6817695b449a774e76bcfb7101e32ae87d7902b1bab9a3feffe8406dd9d14da7db5f7d3a2eacc004b040eb8
7
- data.tar.gz: 5b3706cb41aab2a3b8aad07b44823a3f567cfe015a918775ccb1d70a7afd04e7e367c35442041f715535a20ccc677077fd84cb090255c2b33cda925746a05169
6
+ metadata.gz: db1ffbaf315ace344d17210f852da360d9c351b0f22c6cc2ccb6d82cc9fd50271bc482ba3d0bc71b758f1fa52bc010cc96aca961f94f8fec409390743d80f110
7
+ data.tar.gz: 4322d227789ec14620a4f0ca2fde58908b508e7124da2bb4c07eeecbb46f3676a5dd7917bceafad577e5f8a19fbbc7ebef90ce5d780be3cd2c84d308b1f9472c
@@ -11,7 +11,7 @@ module Angular
11
11
  end
12
12
 
13
13
  TEMPLATE = <<-TEMPLATE
14
- angular.module('/templates/%s.ngt', []).run(['$templateCache', function($templateCache) {
14
+ angular.module('/ngtemplates/%s.ngt', []).run(['$templateCache', function($templateCache) {
15
15
  $templateCache.put('%s.ngt',
16
16
  '%s');
17
17
  }]);
@@ -26,7 +26,7 @@ angular.module('/templates/%s.ngt', []).run(['$templateCache', function($templat
26
26
  module = angular.module('%s', []);
27
27
  }
28
28
  module.run(['$templateCache', function($templateCache) {
29
- $templateCache.put('/templates/%s.ngt',
29
+ $templateCache.put('/ngtemplates/%s.ngt',
30
30
  '%s');
31
31
  }]);
32
32
  })();
@@ -1,5 +1,5 @@
1
1
  module Angular
2
2
  module NGT
3
- VERSION = '0.1.0'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-ngt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tilt