Fixed typo in layout.

This commit is contained in:
Alexis Lahouze 2013-07-30 22:31:11 +02:00
parent 6aa3e0e77c
commit eeec0db3fa

View File

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