Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
1k views

Closing $uibModal On Exiting the $state

I am using ui-router for routing in my angularjs app and ui-bootstrap for UI.In my app on entering a state i am opening a uibmodal which basically returns a uibmodalinstance but when i change a state ...
Dhiresh Budhiraja's user avatar
1 vote
3 answers
65 views

AngularJS - Angular Routing App

I have a Angular Application, in a main.js file i have defined the app routing but i have a doubt, for example, i have a accodion menu of bootstrap, when i click about the next button: <a href="#...
Eladerezador's user avatar
  • 1,321
0 votes
1 answer
465 views

angular nested modal over items list

BaseUrl: /en/products/ I have: State URL: /en/products/doors?color=red&type=shaped This state contains list of items to be sold. Filtered by params. When I click on one item (name: Red Beech ...
user828583's user avatar
1 vote
2 answers
3k views

Angular, multiple controllers and routing with $routeProvider

I am trying to set up an angularjs application properly with separate controllers. Using $routeProvider, I want to configure the routing in order to see different views depending on the URL. So far ...
Ellone's user avatar
  • 3,918
0 votes
1 answer
867 views

Modal Popups in AngularJS using angular-ui-router ($stateProvider) without updating the browser url

My criteria was: Open a modal from anywhere in my app Don't rewrite the url, leave it as is from before opening the modal When pressing the back button on the browser don't remember modal states and ...
dotnethaggis's user avatar
2 votes
1 answer
2k views

Collapse Event using Bootstrap and AngularJS - Navbar

So I've looked though some of the questions already asked about this issue and have not been able to find a solution that works for me. I am using Bootstrap (v 3.3.5) to create a navbar menu at the ...
Shane E. Bryan's user avatar
1 vote
0 answers
101 views

getting an error : Argument 'ctrl' not defined in angular js

my index.html file has the following : <script src="scripts/controllers/form/DashboardCtrl.js" /> <script src="scripts/controllers/chart/morrisChartCtrl.js" /> my app.js file is as ...
user3825003's user avatar