This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
ui.bootstrap.dropdown Failed to instantiate #2960
Labels
Comments
2 tasks
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 2014
- use modules in mappings file - generate concatenated JS - generate tpl and non-tpl file with banner - generate zip file for custom builds - add browser compatibility message - speed up page by deferring loading of files - only load the files when needed. Cache them after they're loaded. Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 2014
Use approach from Twitter Bootstrap. Most of the code is from their customizer. - use modules in mappings file - generate concatenated JS - generate tpl and non-tpl file with banner - generate zip file for custom builds - add browser compatibility message - speed up page by deferring loading of files - only load the files when needed. Cache them after they're loaded. Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 2014
Part of angular-ui#2892 Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Nov 14, 2014
Use approach from Twitter Bootstrap. Most of the code is from their customizer. - use modules in mappings file - generate concatenated JS - generate tpl and non-tpl file with banner - generate zip file for custom builds - add browser compatibility message - speed up page by deferring loading of files - only load the files when needed. Cache them after they're loaded. Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176 Closes angular-ui#2892
How are you creating the custom builds and how are you adding the dropdown module? |
I went to the http://angular-ui.github.io/bootstrap/ and created a new build with the 3 modules. I have two files:
I only include the tpls one and it works. For the dropdown module do I need to add both ? |
No, you should only need to add the -tpls file. However, you might want to try this again as I've updated the builds on the website to the latest version. |
Ok thanks I will try now |
Now it's working fine, thank you Chris for the update. |
No problem! Closing as the issue has been resolved. |
OronNadiv
pushed a commit
to lanetix/bootstrap
that referenced
this issue
Nov 18, 2014
Use approach from Twitter Bootstrap. Most of the code is from their customizer. - use modules in mappings file - generate concatenated JS - generate tpl and non-tpl file with banner - generate zip file for custom builds - add browser compatibility message - speed up page by deferring loading of files - only load the files when needed. Cache them after they're loaded. Fixes angular-ui#2960 Fixes angular-ui#2847 Fixes angular-ui#2625 Fixes angular-ui#2489 Fixes angular-ui#2357 Fixes angular-ui#2176 Closes angular-ui#2892
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have creating a custom build, including the following modules:
Everything works great. And when I want to add the dropdown module. This is my error logs:
Do I require specific dependencies for the
dropdown
module to work ? I thought that will be same as the other modules.Thank you ! :)
The text was updated successfully, but these errors were encountered: