Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99785419
eth-locations-after.module.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 26, 15:06
Size
533 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 15:06 (2 d)
Engine
blob
Format
Raw Data
Handle
23821345
Attached To
rPRIMOIII Primo_3_package
eth-locations-after.module.js
View Options
import
{
ethLocationsFilterModule
}
from
'./eth-locations-filter/eth-locations-filter.module'
;
export
const
ethLocationsAfterModule
=
angular
.
module
(
'ethLocationsAfterModule'
,
[])
.
component
(
'prmLocationsAfter'
,
{
bindings
:
{
parentCtrl
:
'<'
},
template
:
`
<
eth
-
locations
-
filter
-
component
after
-
ctrl
=
"$ctrl"
><
/eth-locations-filter-component><slsp-locations-after parent-ctrl="$parent.$ctrl"></slsp-locations-after>`
});
ethLocationsAfterModule
.
requires
.
push
(
ethLocationsFilterModule
.
name
);
Event Timeline
Log In to Comment