nestene 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/nestene/ui/public/app/application.js +1 -1
- data/lib/nestene/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTcwZDI1YTIzYTM1NTIzMTc4NGIzYjZmZjQ0ZTI1ZGNhNjgyNDI3Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2Y0ZjliOGJhMDU5ZmFlYTEwZDQ0YWExYzI5MDFkZDAxNWUxY2U1Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2UyNWYwMTcwNTUyY2NjMjJmMzFhMGNiNjA1Y2U0ZjRhNmRiNmM3YjFhMWU0
|
10
|
+
NDEzN2NkZDJjMmExYjgzNjYxNjUwOTljM2MwZjc0NDAyNWY2ZjUzNGUyZTEw
|
11
|
+
MTJhMDY5NDRkZTRlYmQ3M2QxNThhYmI1MzVkMWYzYzZlNGUzMDQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzY4YWJhZGRmMzM2MjQ5NmUxODU1ZGQ5YmY3MWU3YmQxNDdjODA0M2ZlODJk
|
14
|
+
MWMxZWI2MDBlZjg3M2U5MGU2MmE2MTcwMDlhMTAwMDBjYmVjNjNiZmZlMzMy
|
15
|
+
ZGJjNDIzOGIzNDUwZTY5ODlkNDg4NmNjMjhhN2E3Y2UzZTBmNTE=
|
@@ -4,7 +4,7 @@ var window_location = window.location.pathname
|
|
4
4
|
var nestene = angular.module('nestene', ['JSONedit']);
|
5
5
|
|
6
6
|
nestene.service('AutonTypes', function($http, $q) {
|
7
|
-
this.types = $http.get('
|
7
|
+
this.types = $http.get(window_location + 'auton_types');
|
8
8
|
});
|
9
9
|
|
10
10
|
nestene.controller('AutonsController', function($scope, $http, $timeout) {
|
data/lib/nestene/version.rb
CHANGED