diff --git a/@salix/core/src/copy.js b/@salix/core/src/copy.js new file mode 100644 index 000000000..7e8b4e1f4 --- /dev/null +++ b/@salix/core/src/copy.js @@ -0,0 +1,5 @@ +import {module} from './module'; + +export const NAME = 'copyObject'; + +module.value(NAME, angular.copy); diff --git a/@salix/core/src/core.js b/@salix/core/src/core.js index f70bb48e4..7b5aaa0f1 100644 --- a/@salix/core/src/core.js +++ b/@salix/core/src/core.js @@ -7,6 +7,8 @@ export {SplitingRegister as splitingRegister} from './splitingregister'; export {NAME as RESOLVEDEFAULTCOMPONENT, ResolveDefaultComponent} from './resolveDefaultComponents'; export {NAME as INTERPOLATE, Interpolate} from './interpolate'; export {NAME as ROUTES_LOADER, RoutesLoader} from './routesLoader'; +export {NAME as COPY_OBJECT} from './copy'; +export {NAME as EQUALS_OBJECT} from './equals'; export {NAME as FOCUS, directive as Focus} from './focus'; export {NAME as RULE, directive as Rule} from './rule'; @@ -51,4 +53,4 @@ export {directive as Icon} from './icon/icon'; export {factory as IconMdl} from './icon/icon.mdl'; export {NAME as TITLE, COMPONENT as TITLE_COMPONENT} from './title/title'; -export {NAME as SUBTITLE, COMPONENT as SUBTITLE_COMPONENT} from './subtitle/subtitle'; +export {NAME as SUBTITLE, COMPONENT as SUBTITLE_COMPONENT} from './subtitle/subtitle'; \ No newline at end of file diff --git a/@salix/core/src/equals.js b/@salix/core/src/equals.js new file mode 100644 index 000000000..ee8f76cb4 --- /dev/null +++ b/@salix/core/src/equals.js @@ -0,0 +1,5 @@ +import {module} from './module'; + +export const NAME = 'equalsObject'; + +module.value(NAME, angular.equals); diff --git a/@salix/crud/src/client/addresses-data/index.html b/@salix/crud/src/client/addresses-data/index.html index a67dfdbe7..373a6fb26 100644 --- a/@salix/crud/src/client/addresses-data/index.html +++ b/@salix/crud/src/client/addresses-data/index.html @@ -25,7 +25,7 @@