I found some interesting data lake sources on AWS. I came across their package.js file, which includes the following code:
'@package': {
templateUrl: 'package/package.html',
controller: 'PackageCtrl'
}
I am curious about how AngularJS handles the @package
. Wouldn't it be easier to just define package
instead of using the @
symbol?
UPDATED
The URL for this controller is
http://127.0.0.1:8000/#/package/someId