{
templateUrl: 'some/path/to/template.html',
controller: SomeController
}
function SomeController() {}
{
templateUrl: 'some/path/to/template.html',
controller: 'SomeController'
}
// в файлике с контроллером
angular.module('app').controller('SomeController', SomeController);
function SomeController() {}
A constant is case-sensitive by default. By convention, constant identifiers are always uppercase.
Upgrading applications (eg. with yum/apt-get upgrade) within containers is considered to be an anti-pattern. Application containers are supposed to be immutable