Questions tagged as 'angular-module'

2
answers

How to implement features of the Angular?

A short time ago I have studied AngularJS through materials like this; Online Course on YOUTUBE about AngurlaJS > > > > CLICK HERE. So what he teaches shows that we should link the angular.js file according to video lessons;...
asked by 20.05.2016 / 14:27
1
answer

$ injector: modulerr

I get the following error: angular.js:68 Uncaught Error: [$injector:modulerr] Failed to instantiate module contato due to: Error: [$injector:nomod] Module 'contato' is not available! You either misspelled the module name or forgot to load i...
asked by 24.04.2016 / 23:30
1
answer

Create a policy

Hello, someone could help me, I am just starting my angular teachings and would like to know how I would create a directive for the list of categories and tasks. I have no idea what could be done if you can help me. HTML: <body> &...
asked by 25.10.2015 / 05:39
1
answer

Can not find module 'reflect-metadata'

When I install angle 2 using: ng new angular-teste I get the error:    Can not find module 'reflect-metadata' What can it be?     
asked by 03.10.2016 / 15:58
2
answers

How to get value from a form with AngularJS?

I'm starting with AngularJS and there's a question that seems to me to be simple. I'm doing a shopping cart (just for the same apprenticeship) with what I learned (ng-controller, ng-repeat, ng-model, etc.). I have a list that comes from th...
asked by 23.10.2015 / 16:17
1
answer

Module.ts ionic 2

I've updated ionic 2 and angular, but now when I generate a page it automatically creates a file module.ts inside the page folder along with the html, scss and ts file, does anyone know how to make the application work? because when I try to load...
asked by 19.04.2017 / 00:17
1
answer

Access an attribute from another module

I need to update the values within the message policy through the maintain-provider-form directive, both of which are within the maintain-provider policy. It's possible ? If so, how do I do this? keep-provider.html <cabecalho-interno ent...
asked by 27.10.2015 / 18:50
0
answers

How to define a simple checkbox?

People would like to know how to leave the checkbox of this grid with a default template. example: link <!doctype html> <html ng-app="app"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4...
asked by 10.09.2015 / 14:10