btford / angular-modal

Simple AngularJS service for creating modals
234 stars 58 forks source link

simplify the template and templateUrl check #8

Closed ssnau closed 10 years ago

ssnau commented 10 years ago

if (!config.template) and (!!config.templateUrl) aren't both true or false, throwing error based on xor operation result.