Changed error notification width.

This commit is contained in:
Alexis Lahouze 2013-07-31 01:22:28 +02:00
parent eeec0db3fa
commit 7f2e4b6634

View File

@ -128,7 +128,7 @@ angular.module('$strap').config(function($interpolateProvider, $httpProvider) {
type: "error",
title: response.data.title,
text: response.data.text,
width: 250
width: 300
})
return $q.reject(response);