Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(modal): fix minor grammar error
Browse files Browse the repository at this point in the history
Closes #3519
  • Loading branch information
jiimaho authored and wesleycho committed Apr 10, 2015
1 parent c2ace47 commit 22a2144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ angular.module('ui.bootstrap.modal', [])
var $modalProvider = {
options: {
animation: true,
backdrop: true, //can be also false or 'static'
backdrop: true, //can also be false or 'static'
keyboard: true
},
$get: ['$injector', '$rootScope', '$q', '$http', '$templateCache', '$controller', '$modalStack',
Expand Down

0 comments on commit 22a2144

Please sign in to comment.