Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

getting "read property 'length' of undefined" when try to enter date

could you please tell me why i am getting this error . angular.js:12798 TypeError: Cannot read property 'length' of undefined at parseDateString (VM651 ui-bootstrap-tpls-2.5.0.js:3037) at ...
user944513's user avatar
  • 12.8k
0 votes
1 answer
135 views

angularjs bootstrap ui active tabs not loaded by default

i am using angularjs v1.5.5 and ui-bootstrap-tpls-1.3.2. i loading page the dynamic. i have 3 pages. i want to load last page by default $scope.tabs = [ { title:'Page A', template: 'a.html', ...
RSK's user avatar
  • 211
4 votes
1 answer
2k views

Auto positioning of tooltip using AngularJS

I want to position my tooltip automatically, like if I am at the top of the browser scrollbar, and there is a link with the tooltip in the first line then the tooltip must be displayed at the ...
KAJAL TANEJA's user avatar
0 votes
1 answer
686 views

How to hide a div in Menu Collapse

I finally got the collapse menu working for the Bootstrap Angular UI. However I still couldn't figure out how to hide the div for the "hide-mobile" class and show the "show-mobile" class in the mobile ...
user3362364's user avatar
0 votes
1 answer
455 views

Date not being formatted when copied from one datepicker field to another

I've recently migrated from Angular 1.2.5 to the most recent version, 1.3-rc.3, and from ui-bootstrap 0.7.0 to ui-bootstrap 0.11.2, and some functionality in my code breaks. I have two datepickers on ...
Benne Otten's user avatar
23 votes
5 answers
59k views

Angularjs bootstrap tabset tab heading

I am wondering whether it is possible to write html inside an angularjs bootstrap tabset tab heading. I am trying to add a svg inside the title. I have created a quick snippet in plunker to try and ...
Ross_'s user avatar
  • 235
0 votes
2 answers
2k views

AngularJS 1.2.0 Bootstrap UI 0.6.0 (bootstrap3_bis2) Typeahead

I'm trying to pass a promise to the Angular Bootstrap Typeahead, but I'm getting always the fallowing error: TypeError: Cannot read property 'length' of undefined Factory: angular.module('app')....
Michael Mauracher's user avatar
4 votes
1 answer
693 views

Keeping a AngularJS bootstrap popover visible as element updates

I'm using an AngularJS bootstrap popover on an element using popover-trigger='mouseenter'. The element updates using angularFire, and after an update, the popover disappears until I move my mouse (...
Andrey Fedorov's user avatar
45 votes
8 answers
93k views

How do I create an AngularJS UI bootstrap popover with HTML content?

I want to create a bootstrap popover with a pre tag containing a prettified JSON object. The naive implementation, <span popover='<pre>{[ some_obj | json:" " ]}</pre>' popover-...
Andrey Fedorov's user avatar