marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project
https://github.com/marklogic-community/slush-marklogic-node/wiki
Other
40 stars 28 forks source link

Angular bootstrap directive changes #319

Closed grtjn closed 8 years ago

grtjn commented 8 years ago

Angular bootstrap now prepends all their directive names with uib-. We should migrate too, and make sure all still works well.

Snippet selection seems to malfunction in latest slush, (or maybe just in UI templates)..

Audarth commented 8 years ago

I'm putting in a pull request that mostly resolves this, however one of the dependencies ml-search-ng still uses typeahead and typeahead-popup mostly in ml-input-html so we'll need to update that component as well!

grtjn commented 8 years ago

Maybe open tickets against ml-search-ng for that, and if you have some cycles left open PR's as well? :)

Audarth commented 8 years ago

Opened a PR for ml-search-ng for that final directive change! https://github.com/joemfb/ml-search-ng/pull/100