'use strict';
/**
* @ngdoc function
* @name categoryManagerApp.controller:CategoryCtrl
* @description
* # CategoryCtrl
* Controller of the categoryManagerApp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Install angular-bootstrap via bower
bower install angular-bootstrap --save - In
app/scripts/app.jsaddui.bootstrapas a dependency
angular
.module('categoryManagerApp', [
'ngAnimate',
'ngCookies',
'ngResource',
'ngRoute',
'ngSanitize',- Run generator command
yo angular:directive myDirective. - Run
gulp testto ensure tests pass.
- Add
scopeproperty to theapp/scripts/directives/mydirective.jsfile.
'use strict';