Questions tagged [angularjs-bootstrap]

For programming questions regarding using the Bootstrap components written in pure AngularJS. Not for questions regarding documentation, licencing or other legal issues.

For programming questions regarding using the Bootstrap components written in pure AngularJS. Not for questions regarding documentation, licencing or other legal issues.

Angularis bootstrap has the following dependencies:

This repository contains a set of native AngularJS directives based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:

  • AngularJS (requires AngularJS 1.4.x, tested with 1.4.9). 0.14.3 is the last version of this library that supports AngularJS 1.3.x and 0.12.0 is the last version that supports AngularJS 1.2.x.
  • Angular-animate (the version should match with your angular's, tested with 1.4.9) if you plan in using animations, you need to load angular-animate as well.
  • Bootstrap CSS (tested with version 3.3.6). This version of the library (1.1.2) works only with Bootstrap CSS in version 3.x. 0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.

For more information see the docs at UI Bootstrap Bootstrap components written in pure AngularJS by the AngularUI Team

AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running what are known as single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.

99 questions
0
votes
1 answer

How to declare and use modules, controllers, services and bootstrap manually in Angular?

i'm trying to build an AngularJS app that has one Controller, one Service and that Bootstraps manually (no ng-app). The problem is that I keep having an error : Argument 'AppController' is not a function, got string HTML
0
votes
1 answer

Angularjs ui bootsrap datepicker in backbase portal not working

I am trying to use datepicker of Angularjs ui boostrap in backbase portal but it is not working. Same code is working outside backbase portal. My HTML code
0
votes
0 answers

Have I lost scope in this template?

I have a partial page with the angular-ui carousel plopped down in the middle of it. That directive has a template-url attached to it:
spuppett
  • 547
  • 10
  • 26
0
votes
0 answers

Angular UI Bootstrap Datepicker shows wrong Date format after Navigating to other routes

I have multiple tabs in my application (i.e. I have used ngRoute to navigate to different tabs) and in one of the tab, I have used Angular UI datepicker
user1608841
  • 2,455
  • 1
  • 27
  • 40
0
votes
1 answer

Controller initialization in AngularJS

Framework is {{name}}
Am making the above piece of html code into angular manually in the script. var app =…
San
  • 161
  • 1
  • 1
  • 13
0
votes
1 answer

bootstrap dynamically height in navibar

I'm new in bootstrap and angularJS. but I'm building page where top and left side page will be static not moving. I use
0
votes
1 answer

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 view instead. Currently, it shows both. Should…
0
votes
1 answer

Argument is not a function, got undefined with angular bootstrap, ui-router and requirejs

I am following Dan Wahlin's example of dynamically loading controllers using requirejs but with angular ui-router. this is my app.js var bootstrapper = angular.module('etrading', ['ui.router', 'ngSanitize','kendo.directives', 'common']); function…
0
votes
2 answers

ng-init or ng-bind does not work for sample code

My code: Its simple but i don't get want am i missing:

My name is:

Jsfiddel
0
votes
1 answer

AngularJS Typeahead and $http request limiting

I'm trying to limit the amount of results Angular Bootstrap Typeahead returns when doing Async calls but it's not working at all.
ngplayground
  • 20,365
  • 36
  • 94
  • 173
0
votes
2 answers

Render only if {{variable}} is defined

Say I have some text such as: The data is ready. Here it is: {{something}} I would like to only render that line if something is not undefined. How can I do that? In case it helps, here is that line in a broader context:
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
0
votes
0 answers

AngularJS + Server-Side PHP image serving

Consider the following simple autocomplete form: ... ...
0
votes
1 answer

View value is not updating

The attribute on the view doesn't update. When I click on the remove image, then comes a popup model. remove image on index.html: the attribute {{naam}} is not updating and setName has updated the name...
user2257651
0
votes
1 answer

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 one page, which both initially have no…
0
votes
2 answers

AngularJS modules and submodules instantiation

I'm trying to create sub-modules within my angular app. I would like to have one module for each file I have (services.js, controllers.js, ...). The problem I have is that when I create one for each, the bootstrapping stops working. I have the…
Nate
  • 7,606
  • 23
  • 72
  • 124