Fixed typo in layout.
This commit is contained in:
parent
6aa3e0e77c
commit
eeec0db3fa
@ -128,7 +128,7 @@ angular.module('$strap').config(function($interpolateProvider, $httpProvider) {
|
|||||||
type: "error",
|
type: "error",
|
||||||
title: response.data.title,
|
title: response.data.title,
|
||||||
text: response.data.text,
|
text: response.data.text,
|
||||||
width: 500px
|
width: 250
|
||||||
})
|
})
|
||||||
|
|
||||||
return $q.reject(response);
|
return $q.reject(response);
|
||||||
|
Loading…
Reference in New Issue
Block a user