var app = angular.module('application', [ 'ngRoute' ]); $(document).ready(function(){ $(".select2").select2({placeholder: "Выберите группу"}); });