--- title: Modals ---
AvModal.create({
show: true,
controller: 'SomeController',
controllerAs: 'vm',
locals: {
someValue: 'This is a value passed in using locals, it could be params passed from the external scope required by the modal.'
}
});