angular-strap Questions

4

For some reason the modal box works just fine but it does not load any templates I specify. My Controller has this code; var brnSearchModal = $modal({ scope: $scope, template: "app/rrn/searchBrn....
Spare asked 24/7, 2014 at 19:43

5

I'm currently using angular-ui-bootstrap $modal to display a dialog which lets the user search for and pick a file. The list of files comes from box.com, so I use the box API to search for files an...
Cave asked 5/2, 2014 at 13:40

2

My datepicker can disappear on blur of trigger event in the windows Chrome, windows Safari, mac Safari, android Chrome except IOS Safari browser. My code: <input class="title-menu-left-input f...
Limekiln asked 2/2, 2016 at 7:29

3

We have a webpage which contains a text <input> to which we attach a custom auto complete component (using AngularStrap's Typeahead to be precise). Safari obviously thinks, that the input co...
Selfwinding asked 17/10, 2016 at 12:55

1

I have four tabs using the latest AngularStrap tab, every tab has a close button, and every tab pane using the latest ui-grid. expected result: close the second tab, then show the third active ta...
Dopp asked 10/12, 2015 at 13:23

6

Solved

I have a form that is wired into angular, using it for validation. I am able to display error messages using ng-show directives like so: <span ng-show="t3.f.needsAttention(f.fieldName)" ng-cloa...

2

Solved

I have been researching options to using Bootstrap with Angular and it appears to focus on two: Angular UI Bootstrap AngularStrap I see a third option of just using native Bootstrap. What are th...
Thirtieth asked 9/12, 2014 at 19:14

3

Solved

I am trying to display an AngularStrap dropdown manually, leveraging the trigger configuration on $dropdownProvider as such // how dropdown is triggered - click | hover | focus | manual app.config...

5

Solved

I've created another question which I think is the cause for this error: Why does the Selenium Firefox Driver consider my modal not displayed when the parent has overflow:hidden? Selenium version ...
Chilcote asked 11/7, 2013 at 19:58

1

Solved

I have been looking for a component set for a start-up project which would be based on AngularJS. After some research, I have found three common component sets which can be applicable. The first ...

2

Solved

I have an Angular app with a controller which displays an Angular-Strap modal window during a function call. It functions correctly in Chrome, but I am at a loss getting a valid unit test working. ...
Platitude asked 27/10, 2014 at 18:24

2

Solved

I am using AngularJS 1.2.12 and angular-strap 2.0.0-rc.2 (mgcrea.github.io/angular-strap/) and I can't find a way to open the datepicker/timepicker widget from within the controller. I want to use ...
Kalahari asked 10/2, 2014 at 16:46

1

I am using angular-strap's modal and have built my own template. My issue is that my template has 2 buttons, however, I the text and functionality of these buttons will change. As a result, I would...
Distended asked 27/1, 2014 at 22:46

3

Solved

I would like to combine AngularJS and Twitter Bootstrap into a fresh web app. It seems like AngularJS directives have been written for Bootstrap. However, on careful look, it seems that these dire...

1

I want to use a button to show and hide the datepicker. http://mgcrea.github.io/angular-strap/##datepickers there are no documentations on how to do this var app = angular.module('mgcrea.ngStrap...
Felicitation asked 9/4, 2014 at 16:23

1

Solved

I'm trying to show angular-strap popover when hovering on fullcalendar items. I am using eventMouseover/eventMouseout callbacks to show/hide the popover: $scope.calendarConfig = { defaultView: '...
Yielding asked 28/5, 2014 at 12:55

1

Solved

I want to have a radio-button group as you can see in my code. I use AngularJs, Angular-Strap and Bootstrap. The problem is, that my variables in the controller won't update when I click another b...
Malissa asked 12/5, 2014 at 15:48

1

Solved

I'm trying to use the AngularStrap datepicker in my project by following the directions on the AngularDart getting started guide The functionality is fine, but the look is off. Even without my own ...
Incite asked 15/3, 2014 at 20:24

1

Solved

I am trying to get going with angular-strap directives, but encountering a module initialization error with the simplest setup. I have double checked a zillion times but can't see exactly what I mi...
Scarify asked 11/3, 2014 at 19:7

1

Solved

i'll show all my code: <!doctype html> <html lang="en" ng-app='myapp'> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="...
Incubus asked 27/2, 2014 at 10:53

1

Solved

I am currently working on an AngularJS project with Twitter Bootstrap, and am trying to shift my Bootstrap directives into Angular. I decided on AngularStrap as it provided support for Bootstrap-Se...
Lomalomas asked 28/5, 2013 at 1:42

2

Solved

I am using Angular Strap for Bootstrap components and trying to show up the alerts Here is the plunker - http://plunker.co/edit/DFBs3hTobHDs36QdqPte?p=preview It does not shows up the alerts, wha...
Tolu asked 28/5, 2013 at 22:56
1

© 2022 - 2024 — McMap. All rights reserved.