We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe2e7 commit d086a86Copy full SHA for d086a86
dist/schema-form.js
@@ -44,7 +44,7 @@ angular.module('schemaForm').provider('sfPath',
44
this.parse = ObjectPath.parse;
45
this.stringify = ObjectPath.stringify;
46
this.normalize = ObjectPath.normalize;
47
- this.$get = function () {
+ this.$get = function() {
48
return ObjectPath;
49
};
50
}]);
@@ -55,7 +55,7 @@ angular.module('schemaForm').provider('sfPath',
55
* @kind function
56
*
57
*/
58
-angular.module('schemaForm').factory('sfSelect', ['sfPath', function (sfPath) {
+angular.module('schemaForm').factory('sfSelect', ['sfPath', function(sfPath) {
59
var numRe = /^\d+$/;
60
61
/**
0 commit comments