We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c38bd commit 6643e27Copy full SHA for 6643e27
README.md
@@ -15,6 +15,11 @@ Add the following directive to your Javascript manifest file (application.js):
15
If you would like to use the default bootstrap templates, use the following directive instead
16
17
//= require angular-ui-bootstrap-tpls
18
+
19
20
+You may need to add 'ui.bootstrap' into your app declaration for example
21
22
+ app = angular.module('MyApp', ["ui.bootstrap"])
23
24
Gem based on Angularjs-rails(https://github.com/hiravgandhi/angularjs-rails) by Hirav Gandhi
25
0 commit comments