0
votes
2answers
66 views

Dynamic tabs in Angular-UI fails?

Created this simple test-case which shows the error occuring: HTML <tabset ng-repeat="tab in tabs"> <tab heading="{{tab.title}}"> <i ...
1
vote
0answers
40 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 ...
0
votes
0answers
241 views

Angular-ui bootstrap modal without creating new controller

plunk: http://plnkr.co/edit/85Wl5W If I use the $modalInstance on the same controller(modalController.js), without being in a modal, angular gets frozen. I just want to simplify my life using ...
0
votes
0answers
761 views

Setting Model in AngularJS Control Not Updating View (something…)

I am experiencing issues with updating values in my AngularJS controller and having them properly reflecting in my model. I have the following form in my view: <form name="formSignIn" ...