Skip to content

Commit 3512138

Browse files
committed
t push origin developmentMerge branch 'LoicMahieu-development' into development
2 parents 6f08668 + 41a1ef3 commit 3512138

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sfPath.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
angular.module('schemaForm').provider('sfPath',
22
[function() {
3+
4+
// When building with browserify it's objectpath,
5+
// otherwise it's just objectpath.
6+
var ObjectPath = window.ObjectPath || objectpath;
7+
38
var sfPath = {parse: ObjectPath.parse};
49

510
// if we're on Angular 1.2.x, we need to continue using dot notation

0 commit comments

Comments
 (0)