I am looking at datalake aws sources. Their package.js contains:
'@package': {
templateUrl: 'package/package.html',
controller: 'PackageCtrl'
}
How do angle manipulators handle @package? If a path is required for the point controller package, it can simply determine packagewithout @, no?
UPDATED
The URL when this controller is running, http://127.0.0.1:8000/#/package/someId
source
share