File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gulp.task('minify', function() {
1616 dependencies : function ( ) {
1717 return [
1818 { name : 'angular' } ,
19- { name : 'ObjectPath ' } ,
19+ { name : 'objectpath ' } ,
2020 { name : 'tv4' } ,
2121 ]
2222 } ,
Original file line number Diff line number Diff line change 11angular . module ( 'schemaForm' ) . provider ( 'sfPath' ,
22[ function ( ) {
3- var sfPath = { parse : ObjectPath . parse } ;
3+ var sfPath = { parse : objectpath . parse } ;
44
55 // if we're on Angular 1.2.x, we need to continue using dot notation
66 if ( angular . version . major === 1 && angular . version . minor < 3 ) {
77 sfPath . stringify = function ( arr ) {
88 return Array . isArray ( arr ) ? arr . join ( '.' ) : arr . toString ( ) ;
99 } ;
1010 } else {
11- sfPath . stringify = ObjectPath . stringify ;
11+ sfPath . stringify = objectpath . stringify ;
1212 }
1313
1414 // We want this to use whichever stringify method is defined above,
You can’t perform that action at this time.
0 commit comments