Compare commits

...

4 Commits

Author SHA1 Message Date
Christopher S. Case 1cef435c40 updated documentation
Included suggestions from #58.
2019-10-16 15:00:34 -05:00
Christopher S. Case a94c3026ea Merge pull request #57 from ElitenetDenmark/patch-1
Update plunker.js
2019-10-05 11:05:25 -05:00
Elitenet Denmark c99c2108ba Update plunker.js
Small typo got in somehow
2019-10-05 16:22:09 +02:00
Christopher S. Case 0e41f3f555 Merge pull request #56 from Morgul/fix-unit-tests
Update .travis.yml
2019-10-04 21:18:13 -05:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ angular.module('plunker', [])
' <script src="//ajax.googleapis.com/ajax/libs/angularjs/'+ngVersion+'/angular.js"></script>\n' +
' <script src="//ajax.googleapis.com/ajax/libs/angularjs/'+ngVersion+'/angular-animate.js"></script>\n' +
' <script src="//ajax.googleapis.com/ajax/libs/angularjs/'+ngVersion+'/angular-sanitize.js"></script>\n' +
' <script src="//morgul.github.io/bootstrap/ui-bootstrap-tpls-'+version+'.js"></script>\n' +
' <script src="//morgul.github.io/ui-bootstrap4/ui-bootstrap-tpls-'+version+'.js"></script>\n' +
' <script src="example.js"></script>\n' +
' <link href="//netdna.bootstrapcdn.com/bootstrap/'+bsVersion+'/css/bootstrap.min.css" rel="stylesheet">\n' +
' </head>\n' +
+3 -1
View File
@@ -2841,7 +2841,9 @@ The parent scope instance to be used for the modal&#39;s content. Defaults to <c
</li>
<li><p><code>size</code>
<em>(Type: <code>string</code>, Example: <code>lg</code>)</em> -
Optional suffix of modal window class. The value used is appended to the <code>modal-</code> class, i.e. a value of <code>sm</code> gives <code>modal-sm</code>.</p>
Optional suffix of modal window class. The value used is appended to the <code>modal-</code> class, i.e. a value of <code>sm</code> gives <code>modal-sm</code>.
(<i>Note: Since this is directly injected into the class for the modal, you can leverage additional Bootstrap modal classes, such as <code>modal-dialog-centered</code>.
Ex: <code>md modal-dialog-centered</code>.</i>)</p>
</li>
<li><p><code>template</code>
<em>(Type: <code>string</code>)</em> -