All Questions
51 questions
0
votes
0
answers
28
views
AngularJS UI Router Smart-Table integration
I am quite new to angularJS so this might be way less complex than I think it is.
I have a huge JSON DataSet that I am displaying using SmartTable and I am trying to save a multiple table filter (...
1
vote
0
answers
23
views
How to Navigate to a New Page and a Specific Section of a Bootstrap Carousel in AngularJS
I have a page that uses an AngularJS controller (Ctrl2). This page has a button on it that is supposed to navigate the user to another page with a completely separate controller (Ctrl1) and then to ...
0
votes
1
answer
1k
views
AngularJS: close modal and redirect after form submit
The bellow modal is inside a ng-controller="myController as SignupCtrl"
<div id="modalSignup" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-...
0
votes
1
answer
41
views
Angular UI Router - ui-view breaks bootstrap nested columns
I'm using ui-router and when rendering a template within <ui-view /> the padding for nested columns is doubled. Is there a work around other than setting the padding to zero for nested cols?
&...
1
vote
2
answers
99
views
Bootstrap: maintaining active state based on routing when manually entering url
Here is a well working plnkr example: http://plnkr.co/edit/p45udWaLov388ZB23DEA?p=preview
A navigation with 2 links (routing to 2 ui-router states), and a jQuery method that maintains the active ...
1
vote
1
answer
435
views
AngularJS ui-sref not working in navbar dropdown Bootstrap on mobile
Using UI-Router for Angular and Bootstrap for a navbar I'm trying to turn anchor inside dropdown clickable on but isn't working on mobile. I saw ui-sref not working in bootstrap dropdown and the ...
2
votes
1
answer
1k
views
AngularJS browser cache route pages disable
I have a website using AngularJS and Bootstrap. The problem is with the cache in the client browser. I post something...the client gets old stuff from cache. I am using angular-ui-router-0.3.1 for ...
0
votes
0
answers
87
views
View doesn't show Controller's data
I have 4 files, View, a Module, a controller and a factory :
Module : project.module.js
(function () {
'use strict';
angular.module('BlurAdmin.pages.projects', [])
.config(routeConfig);
/** @...
0
votes
1
answer
689
views
Bootstrap Modal inside ui-view
I am using Angular ui-router and Bootstrap Modal and this is the output of my code:
As you can see, the backdrop/shadow of the modal only applies to the state. My current code is:
Index.html
<!-- ...
0
votes
1
answer
151
views
Cannot Display Object Contents - AngularJS
I am trying to make an app that will display the job details in the modal window, depending on the template that is selected. For this I have combined ui.bootstrap and ui.router . But for some reason, ...
0
votes
1
answer
495
views
angular ui bootstrap modal opened in state, how to close in controller?
Hi there I am trying to create stateful modals, using ui-router and ui-bootstrap, I have the modal opening successfully like this,
.state('static.login', {
url: '^/login',
onEnter: ...
0
votes
2
answers
362
views
how can i prevent to show bootstrap popover sometime in angularJs
I use bootstrap popover in custom angularJs directive . i will show error message when $scope.buytypeButton= {type:false} button should disabled and show error message in popover .
but i want when $...
1
vote
1
answer
6k
views
How to dynamically update popover content AngularJS Bootstrap
I use custom AngularJs directive for create bootstrap popover but when make popover popover content can't change and it's fix .
app.directive('nextLevel', function () {
return {
...
1
vote
0
answers
65
views
tab content is not loading from ui-router?
I want to load content from ui-router to tab but that is not happening i have a data rendered for each tab through their specify controllers in states. I am not able to see any data in tab, Any idea ...
0
votes
2
answers
39
views
Implement angular ui-router instead of ng-router
What am I doing wrong? I cannot make it work. The link of login and signin don't react as they are not links. I see the url of the login when I do the mouseover upon the link the following address ...