29
votes
4answers
10k views

How to integrate AngularUI to AngularJS?

Sorry for the silly question, does everyone know how to start using AngularUI? I've downloaded it from Github and read the instruction in README but still don't understand what I have to do.
28
votes
3answers
2k views

When writing a directive, how do I decide if a need no new scope, a new child scope, or a new isolate scope?

I'm looking for some guidelines that one can use to help determine which type of scope to use when writing a new directive. Ideally, I'd like something similar to a flowchart that walks me though a ...
9
votes
1answer
6k views

Getting Angular UI to work

I've just installed Angular UI and I'm having trouble to make it work. Here are the stepts I followed: index.html (Angular v1.0.1, AngularUI v0.2.1) <script ...
7
votes
2answers
770 views

Using AngularJS / AngularUI with d3.js and DOM effects

I'm interested in using AngularJS for a project I'm working on. I've read a lot about it, watched the videos, done several sample apps. It all makes sense, I buy into the concepts. The project I'm ...
7
votes
0answers
3k views

Setting initial values of Angular-UI Select2 multiple directive

I have a select2 directive for a multiple select of countries with a custom query to grab the data: // Directive <input ng-model="filters.countries" ui-select2="filters.countryOptions" ...
6
votes
1answer
2k views

How to tie angular-ui's typeahead with a server via $http for server side optimization?

The typeahead example (http://angular-ui.github.io/bootstrap/#/typeahead) mentions it's easy to implement a back end into this autocomplete, but provides no example. What interests me in particular is ...
6
votes
2answers
142 views

Otherwise on StateProvider

Using angular-ui-router, How can I user the otherwise method on $stateProvider or how can I use it at all ?
5
votes
3answers
4k views

AngularJS and Bootstrap's split button dropdown

Do you know if someone ported Bootstrap's scripts to AngularJS? I need Bootstrap's split button dropdown for my app and I'd really like to avoid pulling jQuery in. I seem to fail to google this out.
5
votes
2answers
5k views

Angular JS::How/when to use ng-click to call a route?

Suppose you are using routes: // bootstrap myApp.config(['$routeProvider', '$locationProvider', function ($routeProvider, $locationProvider) { $routeProvider.when('/home', { templateUrl: ...
5
votes
2answers
752 views

Angular UI: Unknown provider: dialogProvider

I am trying to replicate the following Angular UI example of a simple dialog with a close-button. https://github.com/angular-ui/bootstrap/blob/master/src/dialog/README.md. However, I cannot get the ...
5
votes
3answers
653 views

angular-bootstrap (tabs): data binding works only one-way

I prepared a little fiddle and boiled it down to the minimum: http://jsfiddle.net/lpeterse/NdhjD/4/ <script type="text/javascript"> angular.module('app', ['ui.bootstrap']); function ...
4
votes
3answers
2k views

How to tell which bootstrap tab is selected in Angular-UI

Is there a way to tell which tab that has been selected when using the Bootstrap tabs in Angular UI? I tried watching the panes array but it deosn't seem to be updated when switching tab. Can one ...
4
votes
2answers
1k views

How are AngularJS and AngularUI related to each other?

I wonder what the relationship between AngularJS and AngularUI is? A quick look at the contributors' list seems to say that both projects are developed by independent teams. Does anyone know more ...
4
votes
1answer
948 views

how to inject $scope object to the dialog template?

I have this plunker with a dialog example that uses the resolve attribute of the option object, based on this example. Basically what I want to do is to pass the title variable to be used in the ...
4
votes
1answer
2k views

Which one to use, AngularUI Bootstrap or AngularStrap? [closed]

I am a novice to AngularJS and its amazing. I need Twitter's bootstrap plugins in my projects. I stumbled upon these two GitHub projects AngularStrap http://mgcrea.github.com/angular-strap/ And ...

1 2 3 4 5 19
15 30 50 per page