Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-20756 - Add Angular ui.bootstrap library #10545

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

totten
Copy link
Member

@totten totten commented Jun 22, 2017

This adds the library ui.bootstrap, which makes it easier to include the functional elements of Bootstrap in AngularJS pages.

In the past, adding this was problematic, but now the situation has improved:

  1. civicrm-core has upgraded to AngularJS 1.5. (In the past, civicrm-core
    used AngularJS 1.3, which was incompatible.)

  2. civicrm-core allows optional AngularJS modules. (In the past, all
    modules were loaded unconditionally, which could result in loading
    new/unnecessary code for legacy users. Now, you can opt-out of this
    behavior with basePages=>array().)


This adds the library
[ui.bootstrap](https://angular-ui.github.io/bootstrap/), which makes it
easier to include the functional elements of Bootstrap in AngularJS pages.

In the past, adding this was problematic, but now the situation has
improved:

1.  civicrm-core has upgraded to AngularJS 1.5.  (In the past, civicrm-core
used AngularJS 1.3, which was incompatible.)

2.  civicrm-core allows optional AngularJS modules.  (In the past, all
modules were loaded unconditionally, which could result in loading
new/unnecessary code for legacy users.  Now, you can opt-out of this
behavior with `basePages=>array()`.)
@totten totten merged commit 613a881 into civicrm:master Jun 23, 2017
@totten totten deleted the master-ui-bootstrap branch June 23, 2017 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants