-
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.4.3/$injector/modulerr?p0=tictactoeApp&p1=Err…ile%3A%2F%2F%2Fhome%2Frbsl-01%2FDesktop%2Fdemo%2Fangular.min.js%3A40%3A503)
-
After responding to all questions and executing with "gulp serve", localhost:3000 shows Cannot GET /
- [x] I understand that GitHub issues are not for tech support, but for questions specific to…
-
Quite often, module names have a vendor prefix which doesn't relate to the filesystem directly, but could be aliased to a certain directory.
e.g. ngResource could alias the "ng" part to "lib/angular-…
-
Hi,
I used to use the method described for Angular.js + Go wich was working like a charm.
I decided to browserify the angularJs and now I get the error :
```
Uncaught Error: [$injector:modulerr] Fai…
-
@meredithmmyers How would I get the Angular app do pre-fill the text box and process the URL from a query string like param in the hash?
EX. http://dotheyusenode.herokuapp.com/#/?url=substack.net
-
- In the src/ folder there are several files with .prefix and .suffix extensions. As far as I see they merely wrap the code inside the main .js file, and they get into the built angular.js file unalte…
-
Hi I have the following example code:
`/**
* @author Example
* @copyright 2014 Example Ltd. All rights reserved.
*/
(function () {
window.example = window.example || {};
/**
…
-
I've been using a different "way" of creating controllers, so is not exactly as your example.
I can't get the spinner to start:
```
var myApp = angular.module('myApp', ['ngRoute', 'ui.bootstrap', 'to…
-
- [ ] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item | Version
----- | -----
generator-angular-fu…
-
### 单层路由使用ng-route
**ng-route.html**
```
ng-route
home
about
Home
About
var app = angular.module('myApp',['ngRoute']);
app.controller('ho…