Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98128344
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
Fri, Jan 10, 02:40
Size
533 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 02:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23511704
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