javascript - Why is my angularjs multiselect interface not working? -
i angular newbie using multiselect directive isteven . i wrote test case , works fine html in root folder, when incorporated my app , none of drop-downs visible. there no console.log error messages. i bundled html , controller same file. the "myapp.controller('mainctrl', function ($scope, $http)" not executed although "var myapp = angular.module( "myapp", [ "isteven-multi-select" ]);" does. <html data-ng-app="myapp" id="myapp" lang="en"> <head> <title>writer's tryst - enablers form</title> <link type="text/css" href="css/enablers.css" rel="stylesheet" /> <link rel="stylesheet" href="css/isteven-multi-select.css"> </head> <body data-ng-controller="mainctrl"> <div class="container center_div"> <!--<form id=&quo