Questions tagged as 'angularjs'

0
answers

Menu link not working with $ routeProvider

I'm having trouble working with the $ routeProvider of Angular.js , I have a link on a menu in which it will be mapped via route , and will later call an action in Spring , but it does not work. It always returns me 404 and I have alrea...
asked by 29.06.2015 / 16:55
1
answer

Cors Api Google Maps

I'm developing a system made in Silex / PHP and the frontEnd of it is being done in AngularJs, I have a method in it that I'm wanting it to do a search in the Google Maps API to return me a certain route, but every time I returns the following e...
asked by 07.07.2015 / 18:59
0
answers

Create a Dynamic Matrix using AngularJS

I need to create a Dynamic Matrix where the user inserts the size of it. This Matrix must be using Div and not Table of HTML, and the content to be displayed within the Matrix is in images and must be navigable using both the Mo...
asked by 03.06.2015 / 19:37
0
answers

ng-repeat in JSON file

I'm setting up a menu with ng-repeat="espaco in espacos" . So peaceful. <ul class="nav nav-pills nav-stacked"> <li role="presentation" ng-repeat="espaco in espacos"><a href="" ng-click="selected(espaco)">{{espaco.no...
asked by 01.08.2015 / 14:36
1
answer

Problem receiving a value from a radio button

I'm starting to mess with AngularJS and had a little problem messing with radio buttons . My HTML code: <!DOCTYPE html> <html> <head> <title>Temperature Converter</title> <meta charset="UTF-8"/> </head&g...
asked by 24.05.2015 / 03:58
0
answers

AngularJS: Doubts with complex template

I need to create a page where the template should vary as requested. For example, on the home page I have a space for tabbed content and a fixed column (as shown below). Both the tabs and the column are independent. However, for all other pag...
asked by 11.05.2015 / 22:26
0
answers

ngTable in a policy does not work

I'm trying to create a directive that uses ngTable to paginate my tables, but I was not successful. Abstracts the angular code that is used to paginate by throwing it inside a directive, so you do not have to keep replicating that code...
asked by 30.04.2015 / 04:37
0
answers

Controller does not load Angular + RequireJS

I'm developing an architecture to work with Angular in a large application with MVC AspNet, in this application it will not be the Angular that will treat the routes, but rather AspNet, so in this architecture I will not have Angular routes....
asked by 29.04.2015 / 23:57
1
answer

How to search for files by name

I'm trying to search through names in a folder containing several different JSON files. var app = angular.module('myApp', []); app.controller('customersCtrl', ['$scope','$http',function($scope, $http){ $scope.buscar = function(name){...
asked by 28.04.2015 / 04:36
0
answers

NgCordova File does not generate file

I'm using the $ cordovaFile (ngCordova) + ionic for my application and need to store a json in a local file plus I'm not able to generate the file to populate with json. controller.js app.controller ('Electric Controller', function ($ scop...
asked by 29.04.2015 / 22:46